WavJourney / scripts /start_service_and_ui.sh
zzk1st's picture
Redirect services.py to stdout
19ba2b8
raw
history blame
No virus
200 Bytes
conda run --live-stream -n WavJourney python -u services.py 2>&1 | tee services_logs/service.out &
conda run --live-stream -n WavJourney python -u ui_client.py 2>&1 | tee services_logs/wavejourney.out