Queer European MD passionate about IT
Browse Source

Declare packenv variable

Davte 3 years ago
parent
commit
946e2a881f
1 changed files with 1 additions and 0 deletions
  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;