Skip to content
Snippets Groups Projects
Commit 1198b13e authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

MAINT: CONDA_CHANNELS is an undocumented variable used by conda.

parent 7a1bf04e
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ name=$1
version=$2
# add any extra channels that are needed
for channel in $CONDA_CHANNELS; do
for channel in $FSL_CONDA_CHANNELS; do
conda config --append channels $channel
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment