簡體   English   中英

如何在Windows中為Python2和Python3安裝瓶子?

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

我已經在計算機上安裝了Python2和Python3,並通過easy_install安裝了Python3的瓶子。 由於某種原因,我必須為Python2安裝它,如何實現?

easy_install-2.7 bottle

如果由於某種原因, easy_install-2.7在您的系統上不可用,您也可以嘗試

python2 -m easy_install bottle

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM