简体   繁体   中英

How do I install python 3.6.5 on my Ubuntu 19.10 that already contains python 3.7.5?

I will accept two possible solutions:

  1. Both versions are installed side by side.
  2. 3.7.5 is removed and 3.6.5 is then installed.

For this you can use pyenv .

https://realpython.com/intro-to-pyenv/

If you have installed all packages and dependencies you can install different version like this:

pyenv install -v 3.6.5

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