Python :D

Posted: martes, 22 de julio de 2025 by Skuarch in
0

Python

apt install python3-pip
apt install python3.12-venv
python3 -m venv .venv
. .venv/bin/activate
deactivate

---------------------------------------------------------------------------------------

pyenv versions
pyenv prefix
pyenv install -l | less
pyenv install 3.13.11

install dependencies from website

pyenv install 3.13.11
pyenv versions
pyenv prefix
pyenv local 3.13.11
source ~/.bashrc
pyenv versions
python3 -V
pyenv prefix