mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-01 07:26:37 +00:00
Improve code after use named pipe for RPC and support python 3.
This commit is contained in:
@@ -28,8 +28,7 @@ TOPDIR = abspath(join(os.getcwd(), '..'))
|
||||
if on_travis():
|
||||
PREFIX = expanduser('~/opt/local')
|
||||
else:
|
||||
#PREFIX = os.environ.get('SEAFILE_INSTALL_PREFIX', '/usr/local')
|
||||
PREFIX = os.environ.get('SEAFILE_INSTALL_PREFIX', '/home/ly/.pyenv/versions/3.5.3')
|
||||
PREFIX = os.environ.get('SEAFILE_INSTALL_PREFIX', '/usr/local')
|
||||
INSTALLDIR = '/tmp/seafile-tests'
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user