meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| programming:python:multiple_versions [2023/06/22 10:15] – created niziak | programming:python:multiple_versions [2023/06/22 11:46] (current) – niziak | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ====== pyenv ====== | ====== pyenv ====== | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| ===== Installation ===== | ===== Installation ===== | ||
| + | |||
| + | For fully automated installation: | ||
| + | |||
| + | Manual installation steps: | ||
| <code bash> | <code bash> | ||
| Line 16: | Line 23: | ||
| exec " | exec " | ||
| </ | </ | ||
| + | |||
| + | ==== Install plugins ==== | ||
| + | |||
| + | <code bash> | ||
| + | git clone https:// | ||
| + | git clone https:// | ||
| + | |||
| + | </ | ||
| + | |||
| ===== Install Python build dependencies ===== | ===== Install Python build dependencies ===== | ||