File tree 1 file changed +3
-3
lines changed
docs/how-to-guides/environment-setup-and-maintenance
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ We also recommend setting:
145
145
146
146
1. This command sets both required variables and the PATH (fill in your `ISISDATA` location):
147
147
148
- conda env config vars set ISISROOT=$CONDA_PREFIX ISISDATA=[your data path] PATH=$CONDA_PREFIX/bin:$PATH
148
+ conda env config vars set ISISROOT=$CONDA_PREFIX ISISDATA=[your data path] PATH=$PATH:$ CONDA_PREFIX/bin
149
149
150
150
1. Re-activate your isis environment.
151
151
```sh
@@ -172,7 +172,7 @@ We also recommend setting:
172
172
173
173
Optionally, set the path variable:
174
174
175
- conda env config vars set PATH=$CONDA_PREFIX/bin:$PATH
175
+ conda env config vars set PATH=$PATH:$ CONDA_PREFIX/bin
176
176
177
177
Now every time the isis environment is activated, `$ISISROOT` and `$ISISDATA` will be set to the values passed to isisVarInit.py.
178
178
This does not happen retroactively, so re-activate the isis environment:
@@ -188,7 +188,7 @@ We also recommend setting:
188
188
```sh
189
189
export ISISROOT=[path to ISIS]
190
190
export ISISDATA=[path to data]
191
- export PATH=[path to ISIS]/bin:$PATH
191
+ export PATH=$PATH: [path to ISIS]/bin
192
192
```
193
193
194
194
You can’t perform that action at this time.
0 commit comments