From 2113abb8dcdcb9931a33bd86c61f528e74bbc401 Mon Sep 17 00:00:00 2001 From: Stephen Mardson McQuay Date: Sun, 31 Jan 2010 20:51:25 -0700 Subject: [PATCH] minor: updated the .setup file --- .setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.setup b/.setup index b25a3fb..4a26132 100644 --- a/.setup +++ b/.setup @@ -1,2 +1,2 @@ -export PATH=~/src/baker/bin:~/src/baker/test:$PATH -export PYTHONPATH=~/src/baker/lib +export PATH=$PWD/bin:$PWD/test:$PATH +export PYTHONPATH=$PWD/lib