Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ActEV
diva_evaluation_cli
Commits
fbe9b9d3
Commit
fbe9b9d3
authored
Apr 22, 2021
by
Baptiste CHOCOT
Browse files
try to fix conda deps isntallation issue
parent
62444ac6
Changes
1
Hide whitespace changes
Inline
Side-by-side
diva_evaluation_cli/bin/install.sh
View file @
fbe9b9d3
...
...
@@ -66,7 +66,7 @@ if [[ -f "environment.yml" ]]; then
conda
env
create
-f
environment.yml
-p
$cli_env
2> /dev/null
if
[[
$?
-eq
1
]]
;
then
conda activate
$cli_env
conda
env
update
-f
environment.yml
conda
env
update
-f
environment.yml
-p
$cli_env
else
# these 2 lines allow us to instantly activate the environment
conda_script
=
"
$(
conda shell.bash hook
)
"
...
...
Write
Preview
Supports
Markdown
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