Loading README.md +3 −2 Original line number Diff line number Diff line Loading @@ -70,17 +70,18 @@ PyYAML==3.12 six==1.11. --no-cache-dir --user ``` Note1: the version numbers are minimal recommended versions, on many systems you can leave those out. Note2: With user-space installation of Python software you may need to set PYTONPATH accordingly, e.g.: Note2: With user-space installation of Python software you may need to set PYTONPATH accordingly. First check its value, not to overwrite something needed by your system: ``` echo $PYTHONPATH ``` Setting can be done with ``` export PYTHONPATH="~/.local/bin" ``` Separate multiple directory entries with a colon. ### TE-greedy-nester Loading Loading
README.md +3 −2 Original line number Diff line number Diff line Loading @@ -70,17 +70,18 @@ PyYAML==3.12 six==1.11. --no-cache-dir --user ``` Note1: the version numbers are minimal recommended versions, on many systems you can leave those out. Note2: With user-space installation of Python software you may need to set PYTONPATH accordingly, e.g.: Note2: With user-space installation of Python software you may need to set PYTONPATH accordingly. First check its value, not to overwrite something needed by your system: ``` echo $PYTHONPATH ``` Setting can be done with ``` export PYTHONPATH="~/.local/bin" ``` Separate multiple directory entries with a colon. ### TE-greedy-nester Loading