Skip to content

Commit 3eefa15

Browse files
authored
Merge pull request #18 from linuxdeploy/probonopd-patch-1
Try to solve #17
2 parents 2335e17 + f2b036b commit 3eefa15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linuxdeploy-plugin-conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ if [ "$PIP_REQUIREMENTS" != "" ]; then
111111
pushd "$PIP_WORKDIR"
112112
fi
113113

114-
pip_args=()
114+
pip_args=('--prefix="$APPDIR"/usr/conda/')
115115
if [ "$PIP_VERBOSE" != "" ]; then
116116
pip_args+=("-v")
117117
fi

0 commit comments

Comments
 (0)