简体   繁体   中英

installing python library in Virtualenv without pip

I want to install some python's library in some Virtualenv but don't want to use pip or easy_install . Is it possible to install it by building the source?

以下命令应在激活的python环境下工作:

$VIRTUAL_ENV/bin/python setup.py install

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