Queer European MD passionate about IT
Explorar el Código

Declare packenv variable

Davte hace 4 años
padre
commit
946e2a881f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;