Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
habrok:software_environment:python [2026/04/07 15:42] – [Quick links] pedrohabrok:software_environment:python [2026/04/07 16:10] (current) – [Quick links] pedro
Line 25: Line 25:
   * **[[.: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]]** — 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.