Neater way to set PYTHONPATH

[Imported from Trac: page BBFreeze, version 2]
daira 2013-08-29 16:53:54 +00:00
parent fa4737ca3d
commit 191b01411e

@ -16,7 +16,7 @@ cd ..
cd tahoe cd tahoe
python setup.py build python setup.py build
PYTHONPATH=`bin/tahoe @sh -c 'echo "${PYTHONPATH}"'`:`pwd`/src bb-freeze static/tahoe.py PYTHONPATH='`pwd`/src' bin/tahoe @bb-freeze static/tahoe.py
cd dist cd dist
tahoe --help tahoe --help
``` ```