更改启动环境
parent
90ff88b725
commit
19ad65c7a9
|
|
@ -1,11 +1,10 @@
|
|||
# 目录环境
|
||||
# export WORKFLOW=/home/zhangchao/project/pipeline/workflow
|
||||
export WORKFLOW=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")
|
||||
export PUBLIC=$WORKFLOW/script/public
|
||||
export DATABASE=$WORKFLOW/database
|
||||
|
||||
# python
|
||||
export PATH=/home/install/software/Python-3.8.11/bin:$PATH
|
||||
export PATH=/home/install/product/workflow/software/Python-3.8.11/bin:$PATH
|
||||
|
||||
# script
|
||||
export PATH=$WORKFLOW/script:$PATH
|
||||
|
|
|
|||
Loading…
Reference in New Issue