I created a virtualenv:
mkvirtualenv someenv
It is automatically activated and I tried to install django
pip3 install django
and it says:
Could not find an activated virtualenv (required)
Am I missing some configuration? How to fix this?
I created a virtualenv:
mkvirtualenv someenv
It is automatically activated and I tried to install django
pip3 install django
and it says:
Could not find an activated virtualenv (required)
Am I missing some configuration? How to fix this?