Conda

Managing Python Virtual Environments with Conda/Anaconda, poetry, pyenv, pipenv etc.

2023-01-30. Category & Tags: Conda, Virtual Environment, Pyton

See also the main blog: /learn-python which contains the latest virtual env. manager. 【 USE UV ! 】PYENV # Suggested: use uv venv. installing pyenv fr. source # WARN: Before installing any specific py version: sudo apt install -y python3-pip curl git python3-dev libbz2-dev libssl-dev libsqlite3-dev libreadline-dev lib32readline-dev libffi-dev build-essential zlib1g-dev. (see the common error below for the reason) Run curl [ref]: (manually do it if lacking curl) Note: every user needs to run individually: ...