Closed zghnx closed 2 years ago
@zghnx That suggestion means that you should run the script like this:
. ./export.sh
instead of
./export.sh
This is required because the script is supposed to update the environment variables in your shell. That is only possible when "sourcing" the script rather than executing. More on this here.