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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user