Steps to create and activate Python virtual environment


Some rough steps below


pip install virtualenv
virtualenv --version

virtualenv my_project
cd my_project/Scripts
activate

virtualenv -p C:\Python27\python.exe mypython27
cd mypython27/Scripts
activate

deactivate

Comments

Popular posts from this blog

How to create an organizational chart in your webpage using Google Organization Chart Tools

How to remove “Git” from Windows 7 context menu

How to add Diggit, Technorati, Del.icio.us, Stumbleupon, Reddit and pInterest buttons to your Blogger posts