Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleLatest Information

Currently we have a mirror for PyPi to allow you to install packages without internet access.

You need to set the environment variable PIP_CONFIG_FILE (newer Python version will automatically set this when you load the module).

Codeblock
PIP_CONFIG_FILE=/software/python/pip.conf pip install --user $PACKAGE_NAME

Alternatively, you can add the following line to the .bashrc file in your HOME directory 

Codeblock
export PIP_CONFIG_FILE=/software/python/pip.conf



Python Module

Zusätzlich zu den Modulen aus den Standardpaketen sind eine Vielzahl von Erweiterungen installiert. Diese Liste wächst ständig, da neue Module als Abhängigkeiten für andere Tools benötigt werden.

...