Questions tagged as 'virtualenv'

2
answers

PIP does not work on virtualenv

After activating virtutalenv the pip does not work, I get the following error wilker@debian:~/Documentos/Git/Curso Django/Blog$ source bin/activate (Blog) wilker@debian:~/Documentos/Git/Curso Django/Blog$ pip freeze bash: /home/wilker/Document...
asked by 09.12.2016 / 03:03
1
answer

Error creating virtual environment [mkvirtualenv] python 3.6

After installing python 3.6 and then virtualenvwrapper via pip (pip install virtualenvwrapper-win), I tried to create a virtual environment by the "mkvirtualenv name" command and the following error occurred: λ mkvirtualenv django Usin...
asked by 16.07.2017 / 19:48