Queer European MD passionate about IT
소스 검색

Declare packenv variable

Davte 4 년 전
부모
커밋
946e2a881f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      update_package.sh

+ 1 - 0
update_package.sh

@@ -2,6 +2,7 @@
 
 # Get current directory
 this_script_directory=$(cd "$(dirname "$0")" && pwd)
+packenv="";
 
 # Python virtual environment directory: packenv variable in my_config.sh
 source $this_script_directory/my_config.sh;