添加环境

master
chaopower 2023-12-15 10:49:08 +08:00
parent 9970d53c04
commit 90ff88b725
2 changed files with 15 additions and 1 deletions

2
.gitignore vendored
View File

@ -197,6 +197,6 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/
/software/ *software
/other/ /other/

14
soft_bash 100755
View File

@ -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