Differences
This shows you the differences between two versions of the page.
| habrok:software_environment:python:environments [2026/04/07 12:53] – created pedro | habrok:software_environment:python:environments [2026/04/07 13:57] (current) – pedro | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| On Hábrók, you cannot install Python packages globally. Instead, you work in isolated **Python environments** — each environment is essentially a folder in your home directory that contains its own copy of Python and any packages you install into it. This means you can have multiple environments for different projects, each with their own set of packages and versions, without them interfering with each other. | On Hábrók, you cannot install Python packages globally. Instead, you work in isolated **Python environments** — each environment is essentially a folder in your home directory that contains its own copy of Python and any packages you install into it. This means you can have multiple environments for different projects, each with their own set of packages and versions, without them interfering with each other. | ||
| - | Before creating any environment, | + | Before creating any environment, |
| ===== Which tool should I use? ===== | ===== Which tool should I use? ===== | ||