Skip to content

Commit

Permalink
README: added Fedora 64 directories to PYTHONPATH
Browse files Browse the repository at this point in the history
Fixes issue #37.
  • Loading branch information
askervin committed Apr 29, 2015
1 parent 4fb27ab commit 5366e71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README
Expand Up @@ -29,9 +29,9 @@ make
sudo make install

Known issue with Fedora and Arch Linux: By default "make install"
installs Python libraries into a directory that is not in the default
PYTHONPATH. Add it to the path:
export PYTHONPATH=$PYTHONPATH:/usr/local/lib/python2.7/site-packages
installs Python libraries into directories that are not in the default
PYTHONPATH. Add them to the path:
export PYTHONPATH=$PYTHONPATH:/usr/local/lib/python2.7/site-packages:/usr/local/lib64/python2.7/site-packages

Windows users:

Expand Down

0 comments on commit 5366e71

Please sign in to comment.