Skip to content

Commit 3198156

Browse files
committed
Download and run anaconda
1 parent 6ebbba4 commit 3198156

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

presto-installer.sh

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,17 @@ echo "Done. "
7777
echo "Getting CFITSIO"
7878
cd $ASTROSOFT
7979
#wget http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-3.48.tar.gz
80-
tar -zxf cfitsio-3.48.tar.gz
81-
cd $ASTROSOFT/cfitsio-3.48
82-
./configure --prefix=$HOME
83-
make
84-
make install
80+
#tar -zxf cfitsio-3.48.tar.gz
81+
#cd $ASTROSOFT/cfitsio-3.48
82+
#./configure --prefix=$HOME
83+
#make
84+
#make install
85+
#echo "Done. "
86+
# Get Python
87+
echo "Getting python 3.7 from anaconda set... "
88+
cd $ASTROSOFT
89+
#wget https://repo.anaconda.com/archive/Anaconda3-2021.11-Linux-x86_64.sh
90+
bash $ASTROSOFT/Anaconda3-2021.11-Linux-x86_64.sh
8591
echo "Done. "
8692
# Get PRESTO
8793

0 commit comments

Comments
 (0)