From 628658182749ff672ff18227589e776893f03068 Mon Sep 17 00:00:00 2001 From: Rowan Cockett Date: Wed, 8 Jan 2014 12:27:00 -0800 Subject: [PATCH] Changed repo details --- SimPEG/GCEtools/startup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SimPEG/GCEtools/startup.sh b/SimPEG/GCEtools/startup.sh index 2f23fab9..91797960 100644 --- a/SimPEG/GCEtools/startup.sh +++ b/SimPEG/GCEtools/startup.sh @@ -13,10 +13,10 @@ sudo pip install scipy --upgrade sudo pip install numpy --upgrade sudo pip install ipython --upgrade -git clone https://bitbucket.org/rcockett/simpeg.git +git clone https://github.com/simpeg/simpeg.git cd simpeg/SimPEG/ python setup.py cd ~ echo export PYTHONPATH=/home/$USER/simpeg/ >> .bashrc -source .bashrc \ No newline at end of file +source .bashrc