Skip to main content
added 223 characters in body
Source Link
tbrisker
  • 15.7k
  • 1
  • 18
  • 17

simply run

virtualenv -p python3 envname 

Update after OP's edit:

There was a bug in the OP's version of virtualenv, as described here. The problem was fixed by running:

pip install --upgrade virtualenv 

simply run

virtualenv -p python3 envname 

simply run

virtualenv -p python3 envname 

Update after OP's edit:

There was a bug in the OP's version of virtualenv, as described here. The problem was fixed by running:

pip install --upgrade virtualenv 
Source Link
tbrisker
  • 15.7k
  • 1
  • 18
  • 17

simply run

virtualenv -p python3 envname