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

后端 未结 1 811
予麋鹿
予麋鹿 2021-01-26 12:59

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.
1条回答
  •  伪装坚强ぢ
    2021-01-26 13:29

    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
    

    0 讨论(0)
提交回复
热议问题