Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
osdse [2025/03/27 15:42] – external edit 127.0.0.1 | osdse [2025/04/03 11:40] (current) – [Python] david | ||
---|---|---|---|
Line 60: | Line 60: | ||
===== Python ===== | ===== Python ===== | ||
If you need multiple versions/ | If you need multiple versions/ | ||
+ | |||
+ | ==== Basic (one python) ==== | ||
Ubuntu searching python versions | Ubuntu searching python versions | ||
Line 83: | Line 85: | ||
</ | </ | ||
+ | ==== pyenv (multiple python versions) ==== | ||
+ | |||
+ | Prerequisite for '' | ||
+ | <code bash> | ||
+ | sudo apt-get install build-essential | ||
+ | </ | ||
+ | |||
+ | Install '' | ||
+ | <code bash> | ||
+ | curl https:// | ||
+ | </ | ||
+ | |||
+ | Make the changes to '' | ||
+ | |||
+ | Then install the python version you wish to have: | ||
+ | <code bash> | ||
+ | pyenv install 3.11 | ||
+ | </ | ||
+ | |||
+ | View python versions: | ||
+ | <code bash> | ||
+ | pyenv versions | ||
+ | </ | ||
===== PostgreSQL ===== | ===== PostgreSQL ===== |