This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |
| habrok:software_environment:python [2026/04/07 15:42] – [Quick links] pedro | habrok:software_environment:python [2026/04/07 16:10] (current) – [Quick links] pedro |
|---|
| * **[[.:python:environments#pip_venv|pip + venv]]** — The standard Python approach. Built into Python itself, no extra installation needed. Recommended for most users who just need to install a set of Python packages. | * **[[.:python:environments#pip_venv|pip + venv]]** — The standard Python approach. Built into Python itself, no extra installation needed. Recommended for most users who just need to install a set of Python packages. |
| * **[[.:python:uv|uv]]** — A modern, fast alternative to pip + venv that also handles project management. | * **[[.:python:uv|uv]]** — A modern, fast alternative to pip + venv that also handles project management. |
| * **[[.:python:mamba|Mamba]]** — A separate environment and package manager that can also manage non-Python dependencies. While installation instructions are available, we generally discourage its use on Hábrók and recommend using pip + venv or uv instead. | * **[[.:python:mamba|Mamba]]** — An alternative to Anaconda, which itself is a separate environment and package manager that can also manage non-Python dependencies. While installation instructions are available, we generally discourage its use on Hábrók and recommend using pip + venv or uv instead. |
| | |
| | |