Skip to content
Snippets Groups Projects
Commit 17fb2b74 authored by Claude Becker's avatar Claude Becker
Browse files

link to compenv for python PEP 668

parent fdb8e5fc
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ With the switch from Ubuntu to Debian on our managed Linux workstations, we also
System Python
-------------
Debian Bookworm ships with Python 3.11 and the [PEP 668](https://peps.python.org/pep-0668/) flag that it's "externally managed". This protects the system-wide packages by preventing the use of `pip` to install packages globally or within the user scope. Instead users should create proper [virtual environments](https://compenv.phys.ethz.ch/python/ecosystem_1/30_virtual_environments/). We only install the minimum of Python packages required for system administration. If you need Python 3.11, feel free to create virtual environments with your packages. But in general we recommend to use our Pyenv Python.
Debian Bookworm ships with Python 3.11 and the [PEP 668](https://compenv.phys.ethz.ch/python/ecosystem_1/22_pip/#pep-668) flag that it's "externally managed". This protects the system-wide packages by preventing the use of `pip` to install packages globally or within the user scope. Instead users should create proper [virtual environments](https://compenv.phys.ethz.ch/python/ecosystem_1/30_virtual_environments/). We only install the minimum of Python packages required for system administration. If you need Python 3.11, feel free to create virtual environments with your packages. But in general we recommend to use our Pyenv Python.
Pyenv Python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment