I\'m a newbie to Python and I\'ve spent hours on this. I can\'t seem to figure out why when I run a simple command to setup my Python environment: virtualenv --distrib
virtualenv --distrib
If you're using Git Bash for Windows, I found the following command works to activate the environment: $ source (path to environment)/Scripts/activate
I was using Git Bash on Windows 10, Python(v3.7), Pip (v19.0.3), virtualenv (v16.4.3)