We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebbba4 commit 3198156Copy full SHA for 3198156
presto-installer.sh
@@ -77,11 +77,17 @@ echo "Done. "
77
echo "Getting CFITSIO"
78
cd $ASTROSOFT
79
#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
+#tar -zxf cfitsio-3.48.tar.gz
+#cd $ASTROSOFT/cfitsio-3.48
+#./configure --prefix=$HOME
+#make
+#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
91
echo "Done. "
92
# Get PRESTO
93
0 commit comments