2023-12-15 10:49:08 +08:00
|
|
|
# 目录环境
|
|
|
|
|
export WORKFLOW=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")
|
2023-12-15 13:25:10 +08:00
|
|
|
export PUBLIC=$WORKFLOW/codes/public
|
2023-12-15 10:49:08 +08:00
|
|
|
export DATABASE=$WORKFLOW/database
|
|
|
|
|
|
|
|
|
|
# script
|
2023-12-15 10:58:07 +08:00
|
|
|
export PATH=$WORKFLOW/codes:$PATH
|
2023-12-15 10:49:08 +08:00
|
|
|
|
|
|
|
|
# software
|
2023-12-15 10:54:26 +08:00
|
|
|
export PATH=$WORKFLOW/software/bin:$PATH
|
2023-12-15 13:25:10 +08:00
|
|
|
|
|
|
|
|
# python
|
|
|
|
|
export PATH=/home/install/product/workflow/software/Python-3.8.11/bin:$PATH
|