correct Unix path-entry separator

[Imported from Trac: page AdvancedInstall, version 34]
davidsarah 2011-01-22 05:10:50 +00:00
parent 6ea530ec30
commit 162228d0ce

@ -209,7 +209,7 @@ bb-freeze static\tahoe.py
or on Unix do: or on Unix do:
``` ```
python setup.py build python setup.py build
export PYTHONPATH=<tahoedir>/support/lib/pythonx.y/site-packages;<tahoedir>/src export PYTHONPATH=<tahoedir>/support/lib/pythonx.y/site-packages:<tahoedir>/src
bb-freeze static/tahoe.py bb-freeze static/tahoe.py
``` ```
where x.y is your Python version. (This has not been tested on Unix.) where x.y is your Python version. (This has not been tested on Unix.)