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