I am trying to create a virtualenv
but I just get stuck with this message:
python -m virtualenv env
New python executable in /Users/r13/env/bin/python
Installing setuptools, pip, wheel...
What is going on?
I am trying to create a virtualenv
but I just get stuck with this message:
python -m virtualenv env
New python executable in /Users/r13/env/bin/python
Installing setuptools, pip, wheel...
What is going on?
Try this to install virtualenv:
pip install --upgrade virtualenv
Then to activate it:
virtualenv -p python envname
As long as there is no error during setting up virtualenv, it can only be considered as a lack of resources on the local machine. Please wait until the end, when virtualenv is finished setup or an error occurs