1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-17 15:50:07 +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

@@ -289,10 +289,10 @@ setup_python_path()
g_build_filename (installpath, "seahub/seahub-extra/thirdparts", NULL));
path_list = g_list_prepend (path_list,
g_build_filename (installpath, "seafile/lib/python3.6/site-packages", NULL));
g_build_filename (installpath, "seafile/lib/python3/site-packages", NULL));
path_list = g_list_prepend (path_list,
g_build_filename (installpath, "seafile/lib64/python3.6/site-packages", NULL));
g_build_filename (installpath, "seafile/lib64/python3/site-packages", NULL));
path_list = g_list_reverse (path_list);