Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Back to jill.sh
Browse files- gui/install_pysr.sh +4 -5
gui/install_pysr.sh
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
import os
|
2 |
|
3 |
# Install Julia:
|
4 |
-
if [ ! -
|
5 |
-
wget https://
|
6 |
-
|
7 |
-
|
8 |
-
mv julia-1.7.3/* /home/user/.local/
|
9 |
fi
|
10 |
|
11 |
# Need to install PySR in separate python instance:
|
|
|
1 |
import os
|
2 |
|
3 |
# Install Julia:
|
4 |
+
if [ ! -f "/home/user/.local/bin/julia" ]; then
|
5 |
+
wget https://raw.githubusercontent.com/abelsiqueira/jill/main/jill.sh
|
6 |
+
chmod a+x jill.sh
|
7 |
+
./jill.sh --version 1.7.3 -y
|
|
|
8 |
fi
|
9 |
|
10 |
# Need to install PySR in separate python instance:
|