I\'m trying to activate my conda env via a bash script. Even though the script runs fine and my PATH appears to be changed within the script, it\'s getting reset somehow aft
See the link below,
digitalocean-how-to-read-and-set-environmental-and-shell-variables-on-a-linux-vps
below is the snippet from the website,
This is because environmental variables are only passed to child processes. There isn't a built-in way of setting environmental variables of the parent shell. This is good in most cases and prevents programs from affecting the operating environment from which they were called.