From 4bd4c3cd8184a688a45ce1912e8bebf99c342ea3 Mon Sep 17 00:00:00 2001 From: rowanc1 Date: Sat, 23 Nov 2013 00:45:19 +0000 Subject: [PATCH] bug fix, we were sourcing the wrong file. --- SimPEG/GCEtools/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimPEG/GCEtools/startup.sh b/SimPEG/GCEtools/startup.sh index 32164e29..2f23fab9 100644 --- a/SimPEG/GCEtools/startup.sh +++ b/SimPEG/GCEtools/startup.sh @@ -19,4 +19,4 @@ python setup.py cd ~ echo export PYTHONPATH=/home/$USER/simpeg/ >> .bashrc -source .profile \ No newline at end of file +source .bashrc \ No newline at end of file