13 lines
312 B
Plaintext
Executable File
13 lines
312 B
Plaintext
Executable File
# 目录环境
|
|
export WORKFLOW=/home/zhangchao/project/pipeline/workflow
|
|
export PUBLIC=$WORKFLOW/script/public
|
|
export DATABASE=$WORKFLOW/database
|
|
|
|
# python
|
|
export PATH=/home/install/software/Python-3.8.11/bin:$PATH
|
|
|
|
# script
|
|
export PATH=$WORKFLOW/script:$PATH
|
|
|
|
# software
|
|
export PATH=$WORKFLOW/software/bin:$PATH |