Ich möchte das dritte Teil-Tool in Python auf meinem ubuntu-Rechner ausführen ( Corgy-Tool ).
Ich weiß jedoch nicht, wie man dem Python-Pfad zusätzliche Module hinzufügt.
%Vor%Wie kann ich ein Verzeichnis zu PYTHON_PATH hinzufügen?
Ich habe es versucht:
export PYTHON_PATH=/home/user/directory:$PYTHON_PATH && source .bashrc
export PATH=/home/user/directory:$PATH && source .bashrc
python
import sys
sys.path.append("/home/user/directory/")
Aber wenn ich versuche, dieses Tool auszuführen, bekomme ich:
%Vor%Tags und Links python ubuntu importerror