简体   繁体   中英

How to install bottle for both Python2 and Python3 in windows?

I have installed Python2 and Python3 on my computer, and installed bottle for Python3 via easy_install. For some reason I have to install it for Python2, how can I achieve that?

easy_install-2.7 bottle

如果由于某种原因, easy_install-2.7在您的系统上不可用,您也可以尝试

python2 -m easy_install bottle

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM