2023-11-30 15:31:35 +08:00
|
|
|
# 目录环境
|
2023-12-05 17:39:56 +08:00
|
|
|
# export WORKFLOW=/home/zhangchao/project/pipeline/workflow
|
|
|
|
|
export WORKFLOW=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")
|
2023-11-30 15:31:35 +08:00
|
|
|
export PUBLIC=$WORKFLOW/script/public
|
|
|
|
|
export DATABASE=$WORKFLOW/database
|
|
|
|
|
|
|
|
|
|
# python
|
2023-12-05 15:05:30 +08:00
|
|
|
export PATH=/home/install/software/Python-3.8.11/bin:$PATH
|
2023-11-30 15:31:35 +08:00
|
|
|
|
|
|
|
|
# script
|
|
|
|
|
export PATH=$WORKFLOW/script:$PATH
|
|
|
|
|
|
|
|
|
|
# software
|
|
|
|
|
export PATH=$WORKFLOW/software/bin:$PATH
|