From 191b01411ec40e684234224f18a2f9c1d8d77aae Mon Sep 17 00:00:00 2001 From: daira <> Date: Thu, 29 Aug 2013 16:53:54 +0000 Subject: [PATCH] Neater way to set PYTHONPATH [Imported from Trac: page BBFreeze, version 2] --- BBFreeze.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BBFreeze.md b/BBFreeze.md index 56f15b5..786c724 100644 --- a/BBFreeze.md +++ b/BBFreeze.md @@ -16,7 +16,7 @@ cd .. cd tahoe 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 tahoe --help ```