diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2014-03-18 16:29:01 +0100 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2014-03-18 16:29:01 +0100 |
commit | 0ca048651e3b541913f475c3e68639bc5c382b0e (patch) | |
tree | de80744fb6a307a2bca2c3bbb47904502aadb4f6 | |
parent | Merge pull request #45 from phihag/setproctitle (diff) | |
download | redshift-ng-0ca048651e3b541913f475c3e68639bc5c382b0e.tar.gz redshift-ng-0ca048651e3b541913f475c3e68639bc5c382b0e.tar.bz2 redshift-ng-0ca048651e3b541913f475c3e68639bc5c382b0e.tar.xz |
HACKING: Remove PYTHONHOME from example
Should have been PYTHONPATH but since the path is set by the script it is no
longer necessary.
-rw-r--r-- | HACKING | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -21,10 +21,9 @@ prefix directory run: $ make install -You can now run the python scripts. Example: +You can now run the python script. Example: - $ PYTHONHOME=$HOME/redshift/root/lib/python2.7/site-packages \ - $HOME/redshift/root/bin/redshift-gtk + $ $HOME/redshift/root/bin/redshift-gtk Depenencies |