meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
programming:python:multiple_versions [2023/06/22 10:52] niziakprogramming:python:multiple_versions [2023/06/22 11:46] (current) niziak
Line 3: Line 3:
  
 ====== pyenv ====== ====== pyenv ======
 +
 +  * [[https://realpython.com/intro-to-pyenv/]]
 +  * [[https://askubuntu.com/questions/682869/how-do-i-install-a-different-python-version-using-apt-get]]
  
 ===== Installation ===== ===== Installation =====
  
-For fully automated installation: <code bash>curl https://pyenv.run | bash''</code>+For fully automated installation: <code bash>curl https://pyenv.run | bash</code>
  
 Manual installation steps: Manual installation steps: