You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Using the conda installation instructions, ISISROOT, ISIS3DATA, and ISIS3TESTDATA are not being set upon activation of the environment
How to reproduce
Install ISIS3.6.2 according to the anaconda installation instructions
Activate the environment
printenv or echo $ISISROOT
Possible Solution
The etc/conda/activate.d/env_vars.sh script does not work in C-Shell because it's exporting from Bash. We need a etc/conda/activate.d/env_vars.csh script. I've hand written one:
Additional context
Original bug report by @lwellerastrohere. This is an internal post on astrodiscuss so only ASC members can see it, sorry! I've tried to reproduce the relevant parts here.
The text was updated successfully, but these errors were encountered:
ISIS version(s) affected: 3.6.2
Description
Using the conda installation instructions,
ISISROOT
,ISIS3DATA
, andISIS3TESTDATA
are not being set upon activation of the environmentHow to reproduce
printenv
orecho $ISISROOT
Possible Solution
The
etc/conda/activate.d/env_vars.sh
script does not work in C-Shell because it's exporting from Bash. We need aetc/conda/activate.d/env_vars.csh
script. I've hand written one:We also need a
/etc/conda/deactivate.d/env_vars.csh
script. Here's my hand written one:Additional context
Original bug report by @lwellerastro here. This is an internal post on astrodiscuss so only ASC members can see it, sorry! I've tried to reproduce the relevant parts here.
The text was updated successfully, but these errors were encountered: