Follow these steps: 1) Download Python2.7 and install for your windows user 2) Download PIP, open command line, change directory(cd) to download directory, execute $>python pip-setup.py 3) Execute $>pip install virtualenv 4) Execute $>pip install virtualenvwrapper-powershell 5) Determine where Powershell saves modules for your user, execute $>Get-ChildItem Env:PSModulePath 6) Open a windows file search and …
Continue reading “Setup Python2.7 with VirtualEnv and Powershell on Windows 10”