Questions tagged as 'virtualenvwrapper-win'

3
answers

Problems with pip install to install VirtualEnvWrapper in Windows

I am trying to install virtualenvwrapper to then install Django. For this, I installed pip , but every time I try to run in CMD: pip install virtualenvwrapper-win The error appears:    Could not find a version that satisfies...
asked by 05.07.2017 / 15:58
0
answers

How to configure env variables with subprocess in python in Windows 10?

I'm trying to create a script to assist in creating virtual env with virtualenvwrapper-win in Windows 10. I've researched a lot and so far I have not found a solution to the initial settings. First I would like to configure 'WORKON_HOME =' to...
asked by 22.09.2018 / 15:05
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