Setup for Windows
It's is encourage to install virtualenv and virtualenvwrapper to manage
[ Optional ] Before Installing Python
I would recommend to install cmder 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.
Step 1 - Install Python
You can download python installer from ( https://python.org ).
Remember to check the Add Python 3.X to PATH checkbox before running the installer.
Step 2 - Install VirtualEnv & VirtualEnvWrapper-Win
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
How to use VirtualEnv - click here
Last updated
Was this helpful?