how to install specific version of python with venv

Solutions on MaxInterview for how to install specific version of python with venv by the best coders in the world

showing results for - "how to install specific version of python with venv"
Liana
13 Feb 2016
1#LAUNCH THE COMMAND WITH YOUR SPECIFIC DISTRIBUTION PATH INSTEAD OF THE ONTHEGO 'python'
2#THEN CREATE YOUR ENV NORMAL
3c:\>python\python3.8 -m venv myEnv1 c:\path\to\myenv