简体   繁体   中英

how can i install gevent on python 3.5.x virtualenv?

I cannot for the life of me figure out how to install gevent on python 3.5.x.

My initial research said its only in a stable release for 2.7?

I've been trying pip install greenlet but i get:

venv/bin/pip: No such file or directory

Can someone please help?

Thanks

It looks like you don't have pip installed in your virtual environment. You can install it by activating virtual environment and running curl https://bootstrap.pypa.io/get-pip.py | python curl https://bootstrap.pypa.io/get-pip.py | python

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