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
28eb2098
Commit
28eb2098
authored
Feb 07, 2018
by
Hannes Diedrich
Browse files
Test_install.
parent
4a68ef33
Pipeline
#2552
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
install_py_gts2_client.sh
View file @
28eb2098
...
...
@@ -20,12 +20,15 @@ echo "#+#+#+#+ sourced"
echo
$(
which python
)
echo
$PATH
echo
"#+#+#+#+ "
conda
--version
conda update
-y
conda
conda
--version
rc
=
$?
;
if
[[
$rc
!=
0
]]
;
then
exit
$rc
;
fi
echo
"#+#+#+#+ updated"
echo
$(
which python
)
echo
$PATH
conda
--version
echo
"#+#+#+#+ "
conda
env
update
-f
${
current_path
}
/gts2_client_conda_install.yml
rc
=
$?
;
if
[[
$rc
!=
0
]]
;
then
exit
$rc
;
fi
...
...
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