Differences

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

Link to this comparison view

habrok:software_environment:python:environments [2026/04/07 12:53] – created pedrohabrok: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, you always need to load a Python module first. See the [[habrok:python:loading_python|Loading Python]] page for details.+Before creating any environment, you always need to load a Python module first. See the [[.:loading_python|Loading Python]] page for details.
  
 ===== Which tool should I use? ===== ===== Which tool should I use? =====