16 lines
235 B
Bash
Executable file
16 lines
235 B
Bash
Executable file
#!/bin/bash
|
|
|
|
PATH=$PATH:/usr/local/bin
|
|
|
|
#. /home/ntuh/d111/bin/activate
|
|
#conda init bash
|
|
. /opt/conda/etc/profile.d/conda.sh
|
|
conda activate django2
|
|
|
|
locale
|
|
|
|
cd $(dirname $0)
|
|
python getop.py
|
|
python getpatho.py
|
|
#python get_inpatient.py
|
|
|