更改环境变量

master
chaopower 2023-12-05 15:05:30 +08:00
parent 2bf3a12813
commit 1efede6975
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ export PUBLIC=$WORKFLOW/script/public
export DATABASE=$WORKFLOW/database export DATABASE=$WORKFLOW/database
# python # python
export PATH=/dataseq/product/workflow/software/Python-3.8.11/bin:$PATH export PATH=/home/install/software/Python-3.8.11/bin:$PATH
# script # script
export PATH=$WORKFLOW/script:$PATH export PATH=$WORKFLOW/script:$PATH