File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 22
33[ -z " $AIL_HOME " ] && echo " Needs the env var AIL_HOME. Run the script from the virtual environment." && exit 1;
44[ -z " $AIL_REDIS " ] && echo " Needs the env var AIL_REDIS. Run the script from the virtual environment." && exit 1;
5- [ -z " $AIL_ARDB " ] && echo " Needs the env var AIL_ARDB. Run the script from the virtual environment." && exit 1;
65[ -z " $AIL_BIN " ] && echo " Needs the env var AIL_ARDB. Run the script from the virtual environment." && exit 1;
76[ -z " $AIL_FLASK " ] && echo " Needs the env var AIL_FLASK. Run the script from the virtual environment." && exit 1;
87
98export PATH=$AIL_HOME :$PATH
109export PATH=$AIL_REDIS :$PATH
11- export PATH=$AIL_ARDB :$PATH
1210export PATH=$AIL_BIN :$PATH
1311export PATH=$AIL_FLASK :$PATH
1412
You can’t perform that action at this time.
0 commit comments