1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-20 18:49:18 +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

@@ -342,8 +342,8 @@ class EnvManager(object):
os.path.join(install_path, 'seahub', 'thirdpart'),
os.path.join(install_path, 'seafile/lib/python3.6/site-packages'),
os.path.join(install_path, 'seafile/lib64/python3.6/site-packages'),
os.path.join(install_path, 'seafile/lib/python3/site-packages'),
os.path.join(install_path, 'seafile/lib64/python3/site-packages'),
]
for path in extra_python_path: