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
gts2
gts2_client
Commits
4a68ef33
Commit
4a68ef33
authored
Feb 07, 2018
by
Hannes Diedrich
Browse files
Test_install.
parent
2f86c9b2
Pipeline
#2551
passed with stages
in 16 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
install_py_gts2_client.sh
View file @
4a68ef33
...
...
@@ -18,11 +18,15 @@ source ${inst_path}/miniconda3/bin/activate
echo
"#+#+#+#+ sourced"
echo
$(
which python
)
echo
$PATH
echo
"#+#+#+#+ "
conda update
-y
conda
rc
=
$?
;
if
[[
$rc
!=
0
]]
;
then
exit
$rc
;
fi
echo
"#+#+#+#+ updated"
echo
$(
which python
)
echo
$PATH
echo
"#+#+#+#+ "
conda
env
update
-f
${
current_path
}
/gts2_client_conda_install.yml
rc
=
$?
;
if
[[
$rc
!=
0
]]
;
then
exit
$rc
;
fi
echo
"#+#+#+#+ installed"
...
...
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