File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ the [wiki][WIKI_USERS] for more detailed usage.
2626
2727[ ![ Python 2] ( https://img.shields.io/badge/python2-x86_64-blue.svg )] ( https://github.com/niess/linuxdeploy-plugin-python/releases/download/continuous/python2-x86_64.AppImage )
2828[ ![ Python 3] ( https://img.shields.io/badge/python3-x86_64-blue.svg )] ( https://github.com/niess/linuxdeploy-plugin-python/releases/download/continuous/python3-x86_64.AppImage )
29+ [ ![ Scipy] ( https://img.shields.io/badge/scipy-x86_64-blue.svg )] ( https://github.com/niess/linuxdeploy-plugin-python/releases/download/continuous/scipy-x86_64.AppImage )
2930[ ![ Plugin] ( https://img.shields.io/badge/plugin-x86_64-blue.svg )] ( https://github.com/niess/linuxdeploy-plugin-python/releases/download/continuous/linuxdeploy-plugin-python-x86_64.AppImage )
3031
3132
Original file line number Diff line number Diff line change 11export PYTHON_VERSION=" 3.7.3"
2- export PIP_REQUIREMENTS=" numpy scipy matplotlib"
2+ export PIP_REQUIREMENTS=" numpy scipy matplotlib sympy pandas "
33
44export LD_LIBRARY_PATH=" AppDir/usr/lib/python3.7/site-packages/numpy/.libs:${LD_LIBRARY_PATH} "
55export LD_LIBRARY_PATH=" AppDir/usr/lib/python3.7/site-packages/matplotlib/.libs:${LD_LIBRARY_PATH} "
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33# Configure the environment
4- export LD_LIBRARY_PATH=" ${APPDIR} /usr/lib:${LD_LIBRARY_PATH} "
54export TCL_LIBRARY=" ${APPDIR} /usr/share/tcltk/tcl8.6"
65export TK_LIBRARY=" ${APPDIR} /usr/share/tcltk/tk8.6"
76export TKPATH=" ${TK_LIBRARY} "
You can’t perform that action at this time.
0 commit comments