Loading README.md +4 −4 Original line number Original line Diff line number Diff line Loading @@ -72,14 +72,14 @@ Note1: the version numbers are minimal recommended versions, on many systems you 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, e.g.: First check its value, not to overwrite something needed by your system: ``` ``` export PYTHONPATH="~/.local/bin" echo $PYTHONPATH ``` ``` To check its value, use: ``` ``` echo $PYTHONPATH export PYTHONPATH="~/.local/bin" ``` ``` ### TE-greedy-nester ### TE-greedy-nester Loading Loading
README.md +4 −4 Original line number Original line Diff line number Diff line Loading @@ -72,14 +72,14 @@ Note1: the version numbers are minimal recommended versions, on many systems you 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, e.g.: First check its value, not to overwrite something needed by your system: ``` ``` export PYTHONPATH="~/.local/bin" echo $PYTHONPATH ``` ``` To check its value, use: ``` ``` echo $PYTHONPATH export PYTHONPATH="~/.local/bin" ``` ``` ### TE-greedy-nester ### TE-greedy-nester Loading