Skip to content

Commit 8b48c09

Browse files
committed
Update the scipy Python to 3.8
1 parent 0e7076a commit 8b48c09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appimage/recipes/scipy.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
export PYTHON_VERSION="3.7.6"
1+
export PYTHON_VERSION="3.8.1"
22
export PIP_REQUIREMENTS="numpy scipy matplotlib sympy pandas"
33

4-
export LD_LIBRARY_PATH="AppDir/usr/python/lib/python3.7/site-packages/numpy/.libs:${LD_LIBRARY_PATH}"
5-
export LD_LIBRARY_PATH="AppDir/usr/python/lib/python3.7/site-packages/matplotlib/.libs:${LD_LIBRARY_PATH}"
4+
export LD_LIBRARY_PATH="AppDir/usr/python/lib/python3.8/site-packages/numpy/.libs:${LD_LIBRARY_PATH}"
5+
export LD_LIBRARY_PATH="AppDir/usr/python/lib/python3.8/site-packages/matplotlib/.libs:${LD_LIBRARY_PATH}"

0 commit comments

Comments
 (0)