Skip to content

Commit 9c22d46

Browse files
authored
Merge pull request #15 from anki-code/master
python symlink for $PATH overwriting
2 parents 8308355 + 4326cda commit 9c22d46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linuxdeploy-plugin-python.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ patch_binary() {
228228
}
229229

230230
cd "$APPDIR/${prefix}/bin"
231+
ln -s python3 python
231232
python=$(ls "python"?"."?)
232233
mkdir -p "${APPDIR}/usr/lib"
233234
cd "${APPDIR}/${prefix}/lib/${python}"

0 commit comments

Comments
 (0)