8 lines
115 B
Bash
8 lines
115 B
Bash
#!/bin/bash
|
|
# conda activate fixminerEnv
|
|
|
|
expop PYTHONPATH=$(pwd)
|
|
export PYTHONPATH
|
|
|
|
python -u python/main.py "$@"
|