1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-21 19:19:19 +00:00

pythonpath python3

This commit is contained in:
skywalker
2021-10-11 17:08:19 +08:00
parent 1c3ecabe65
commit e996f57502
6 changed files with 8 additions and 8 deletions

View File

@@ -53,6 +53,6 @@ check_python;
export PYTHON=$PYTHON
export PYTHONPATH=${INSTALLPATH}/seafile/lib/python3.6/site-packages:${INSTALLPATH}/seafile/lib64/python3.6/site-packages:${INSTALLPATH}/seahub/thirdpart:$PYTHONPATH
export PYTHONPATH=${INSTALLPATH}/seafile/lib/python3/site-packages:${INSTALLPATH}/seafile/lib64/python3/site-packages:${INSTALLPATH}/seahub/thirdpart:$PYTHONPATH
exec $PYTHON "$python_script" "$@"