Create a Python 3.6 environment on top of Python 3.7

cd d:\
python -m venv D:\mypython36_venv
rem cd d:\mypython36_venv
D:\mypython36_venv\Scripts\activate
D:\mypython36_venv\Scripts\deactivate


This one is for Python 2.7 on Raspberry Pi
python -m virtualenv python_venv
cd python_venv
source mypython/bin/activate

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