meta data for this page
  •  

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
programming:python:multiple_versions [2023/06/22 10:15] – created niziakprogramming:python:multiple_versions [2023/06/22 11:02] niziak
Line 5: Line 5:
  
 ===== Installation ===== ===== Installation =====
 +
 +For fully automated installation: <code bash>curl https://pyenv.run | bash</code>
 +
 +Manual installation steps:
  
 <code bash> <code bash>
Line 16: Line 20:
 exec "$SHELL" exec "$SHELL"
 </code> </code>
 +
 +==== Install plugins ====
 +
 +<code bash>
 +git clone https://github.com/pyenv/pyenv-update.git $(pyenv root)/plugins/pyenv-update
 +git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv
 +
 +</code>
 +
  
 ===== Install Python build dependencies ===== ===== Install Python build dependencies =====