添加环境
parent
9970d53c04
commit
90ff88b725
|
|
@ -197,6 +197,6 @@ cython_debug/
|
|||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
/software/
|
||||
*software
|
||||
|
||||
/other/
|
||||
|
|
|
|||
|
|
@ -0,0 +1,14 @@
|
|||
# 目录环境
|
||||
# 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
|
||||
|
||||
# script
|
||||
export PATH=$WORKFLOW/script:$PATH
|
||||
|
||||
# software
|
||||
export PATH=$WORKFLOW/software/bin:$PATH
|
||||
Loading…
Reference in New Issue