14 lines
334 B
Plaintext
Executable File
14 lines
334 B
Plaintext
Executable File
# 目录环境
|
|
export WORKFLOW=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")
|
|
export PUBLIC=$WORKFLOW/codes/public
|
|
export DATABASE=$WORKFLOW/database
|
|
|
|
# script
|
|
export PATH=$WORKFLOW/codes:$PATH
|
|
|
|
# software
|
|
export PATH=$WORKFLOW/software/bin:$PATH
|
|
|
|
# python
|
|
export PATH=/home/install/product/workflow/software/Python-3.8.11/bin:$PATH
|