简体   繁体   中英

How to use a lower version of python?

I have python 3.8, but need to develop a script in python 3.6. Can I create a virtual environment to work with that lower version of python?

To create the script in Python3.6 you first need to create a new environment with Python3.6

Depending on your OS, there are slightly different ways to create a virtual environment.

You can follow this answer .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM