Skip to content

Commit 2a41fb9

Browse files
committed
Expand the scipy image and hide apps libs
1 parent 0c6a4f0 commit 2a41fb9

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

appimage/recipes/scipy.sh

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

44
export LD_LIBRARY_PATH="AppDir/usr/lib/python3.7/site-packages/numpy/.libs:${LD_LIBRARY_PATH}"
55
export LD_LIBRARY_PATH="AppDir/usr/lib/python3.7/site-packages/matplotlib/.libs:${LD_LIBRARY_PATH}"

share/python-wrapper.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22

33
# Configure the environment
4-
export LD_LIBRARY_PATH="${APPDIR}/usr/lib:${LD_LIBRARY_PATH}"
54
export TCL_LIBRARY="${APPDIR}/usr/share/tcltk/tcl8.6"
65
export TK_LIBRARY="${APPDIR}/usr/share/tcltk/tk8.6"
76
export TKPATH="${TK_LIBRARY}"

0 commit comments

Comments
 (0)