diff .bashrc @ 169:ab2fc6222f94

add virtualenv to the PYTHONPATH
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 26 Sep 2011 16:43:57 -0700
parents 842e1fca024a
children 0110a435d2ce
line wrap: on
line diff
--- a/.bashrc	Mon Sep 26 16:33:02 2011 -0700
+++ b/.bashrc	Mon Sep 26 16:43:57 2011 -0700
@@ -41,7 +41,7 @@
 
 # PATHs
 export PATH=~/firefox:~/bin:~/python:$PATH:/usr/sbin:/usr/games/bin
-export PYTHONPATH=~/python:$PYTHONPATH
+export PYTHONPATH=~/python:$PYTHONPATH:~/virtualenv
 
 
 ### functions