Setup for Windows
It's is encourage to install virtualenv and virtualenvwrapper to manage
Last updated
Was this helpful?
It's is encourage to install virtualenv and virtualenvwrapper to manage
Last updated
Was this helpful?
I would recommend to install into your laptop, cmder is another command prompt for windows user but it comes with bash commands.
Extract all the files inside the zipped file once the download is done. You are able to find Cmder.exe inside the folder, right-click then send-to desktop as shortcut.
You can download python installer from ( ).
Remember to check the Add Python 3.X to PATH checkbox before running the installer.
Open your command prompt / Cmder, then run the following command to install the libraries
Once the install is done, run the following command to check virtualenvwrapper is linked properly
This command is list out all virtualenv created in your laptop environment. Expected outcome from your command prompt/Cmder should be as below.
If your command prompt/Cmder prompted lsvirtualenv not found
run the Python installer again and remember to check Add Python 3.X to PATH