17 lines
235 B
Bash
17 lines
235 B
Bash
|
#!/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
|
||
|
|