Skip to content

Commit

Permalink
Moved some things around.
Browse files Browse the repository at this point in the history
  • Loading branch information
Amber Lenon committed Sep 30, 2015
1 parent cddb76b commit 771ed61
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions install_pycbc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ fi
echo "Using $nproc processors for parallel build."
echo

#answer=""

while true ; do

Expand Down Expand Up @@ -220,6 +219,12 @@ exit 1
fi
done


#Valid ECP cookie to clone
echo "Enter your LIGO.ORG password to get a cookie to clone lalsuite."
ecp-cookie-init LIGO.ORG https://versions.ligo.org/git $directory
echo
echo
#Create a Virtual Environment
echo "--- creating virtual environment --------------------------------"
unset PYTHONPATH
Expand Down Expand Up @@ -255,8 +260,8 @@ echo
#read -p "Enter your LIGO.ORG username in (e.g. albert.einstein):" directory

#Valid ECP cookie to clone
echo "Enter your LIGO.ORG password to get a cookie to clone lalsuite."
ecp-cookie-init LIGO.ORG https://versions.ligo.org/git $directory
#echo "Enter your LIGO.ORG password to get a cookie to clone lalsuite."
#ecp-cookie-init LIGO.ORG https://versions.ligo.org/git $directory

#Tell git the location of the cookie
git config --global http.cookiefile /tmp/ecpcookie.u`id -u`
Expand Down

0 comments on commit 771ed61

Please sign in to comment.