Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
conda
manifest-rules
Commits
bc64cd3d
Commit
bc64cd3d
authored
Sep 20, 2021
by
Paul McCarthy
🚵
Browse files
RF: Handle case where conda command is in $PREFIX/condabin/
parent
9f6561e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifest-gitlab-ci.yml
View file @
bc64cd3d
...
...
@@ -16,7 +16,7 @@ default:
mkdir ./conda-dir;
export CONDA_ENVS_DIRS=$(pwd)/conda-dir/;
export CONDA_PKGS_DIRS=$(pwd)/conda-dir/.pkgs;
export
CONDABINDIR=$(dirname $(which conda));
CONDABINDIR=$(dirname $(which conda))
/../bin/
;
conda create -c conda-forge -p ./env python=3.9;
if [ -f "$CONDABINDIR"/activate ]; then source $CONDABINDIR/activate ./env;
else conda activate ./env; fi;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment