I am using advanced Python as well as Pycharm (Up to date as of 2017) when I am using pip/virtual env install.
I got this error:
'virtualenv' is not recognized as an internal or external command, operable program or batch file.
Could advise a solution for this?
Thanks.
The “Python is not recognized as an internal or external command” error is encountered in the command prompt of Windows. The error is caused when Python's executable file is not found in an environment variable as a result of the Python command in the Windows command prompt.
If you're using Windows, use the command "venv\Scripts\activate" (without the word source) to activate the virtual environment. If you're using PowerShell, you might need to capitalize Activate.
You need to install virtualenv
using pip
(pip installs packages)
Open command prompt and type:
pip install virtualenv.
Good luck.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With