1) I installed virtualenv using pip. 2) I ran the command virtualenv venv 3) Then I ran source venv/bin/activate but it says that there is no s
virtualenv venv
source venv/bin/activate
I experienced this problem when using the --upgrade option. Removed the option, and all ran as expected.
--upgrade