Virtualenv - muhammed-ajmal/Install-Config GitHub Wiki
For python3 env
I faced an error
Command 'gunicorn' not found
even after installing it my env using pip3 command
i fixed it by recreating the environment
virtualenv -p python3 envname
I faced an error
Command 'gunicorn' not found
even after installing it my env using pip3 command
i fixed it by recreating the environment
virtualenv -p python3 envname