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;