Skip to content

Python code snippet – How to install specific version of with venv?

#LAUNCH THE COMMAND WITH YOUR SPECIFIC DISTRIBUTION PATH INSTEAD OF THE ONTHEGO 'python'
#THEN CREATE YOUR ENV NORMAL
c:\>python\python3.8 -m venv myEnv1 c:\path\to\myenv
See also  How to get latitude and longitude from address in Python?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.