create SeaClient link
This commit is contained in:
parent
7d991e7e4e
commit
6b79317a00
@ -282,7 +282,7 @@ def do_sevenv():
|
|||||||
do(f'{py} -m venv {sevenv}')
|
do(f'{py} -m venv {sevenv}')
|
||||||
if exists(join(sevenv, 'bin')):
|
if exists(join(sevenv, 'bin')):
|
||||||
upgrade = True
|
upgrade = True
|
||||||
for pkg in ['mlzlog', 'scipy', 'psutil', 'flask', 'gevent']:
|
for pkg in ['mlzlog', 'scipy', 'psutil', 'flask', 'gevent', 'influxdb_client']:
|
||||||
if not glob(f'{sevenv}/lib/python3*/site-packages/{pkg}'):
|
if not glob(f'{sevenv}/lib/python3*/site-packages/{pkg}'):
|
||||||
if doit:
|
if doit:
|
||||||
if upgrade:
|
if upgrade:
|
||||||
@ -363,6 +363,7 @@ def do_sea():
|
|||||||
do('rm -rf tcl/calcurves')
|
do('rm -rf tcl/calcurves')
|
||||||
do_calcurves()
|
do_calcurves()
|
||||||
docopy('/afs/psi.ch/user/z/zolliker/public/git.rhel7/sics/SeaServer', join(home, 'sea', 'SeaServer'))
|
docopy('/afs/psi.ch/user/z/zolliker/public/git.rhel7/sics/SeaServer', join(home, 'sea', 'SeaServer'))
|
||||||
|
dolink('/afs/psi.ch/project/sinq/rhel7/bin/SeaClient', join(home, 'bin', 'SeaClient'))
|
||||||
|
|
||||||
|
|
||||||
def do_calcurves():
|
def do_calcurves():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user