Skip to content

Commit 8308355

Browse files
authored
Merge pull request #13 from anki-code/fix_lib_path
[scipy recipe] Fix lib path
2 parents a73d8a2 + 2473377 commit 8308355

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appimage/recipes/scipy.sh

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

4-
export LD_LIBRARY_PATH="AppDir/usr/lib/python3.7/site-packages/numpy/.libs:${LD_LIBRARY_PATH}"
5-
export LD_LIBRARY_PATH="AppDir/usr/lib/python3.7/site-packages/matplotlib/.libs:${LD_LIBRARY_PATH}"
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}"

0 commit comments

Comments
 (0)