AppRun python folder change reversed but keeping the top level definition and bottom explicit python3 call
This commit is contained in:
parent
30a3d92c58
commit
bb03f3d889
1 changed files with 2 additions and 3 deletions
|
|
@ -8,9 +8,8 @@ export HV_CLIENT_PATH="$APPIMAGE"
|
|||
hv_client_version_number="$(cat "${APPDIR}/VERSION")"
|
||||
export HV_CLIENT_VERSION_NUMBER="$hv_client_version_number"
|
||||
|
||||
# new folder update:
|
||||
export PYTHONPATH="${APPDIR}/usr/lib/python3.12/site-packages"
|
||||
# export PYTHONPATH="${APPDIR}/usr/lib/python3.12"
|
||||
# export PYTHONPATH="${APPDIR}/usr/lib/python3.12/site-packages"
|
||||
export PYTHONPATH="${APPDIR}/usr/lib/python3.12"
|
||||
|
||||
export LD_LIBRARY_PATH="${APPDIR}/usr/lib/x86_64-linux-gnu"
|
||||
export PATH="${APPDIR}/usr/bin:${PATH}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue