0

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?

Acex
  • 79
  • 11

2 Answers2

0

Try this to install virtualenv:

pip install --upgrade virtualenv

Then to activate it:

virtualenv -p python envname
Agile_Eagle
  • 1,710
  • 3
  • 13
  • 32
0

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

Vladryaid
  • 87
  • 1
  • 8