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
6b365551
Commit
6b365551
authored
Feb 07, 2018
by
Hannes Diedrich
Browse files
test_install
parent
70bce61a
Pipeline
#2550
canceled with stages
in 9 minutes and 46 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gts2_client_conda_install.yml
View file @
6b365551
...
...
@@ -11,3 +11,4 @@ dependencies:
-
pip
:
-
netcdf4
#prefix: /misc/fluo5/hannesd/test_client/miniconda3/
install_py_gts2_client.sh
View file @
6b365551
...
...
@@ -15,9 +15,14 @@ cd ${inst_path}
echo
"#### Installing additional packages.... ####"
source
${
inst_path
}
/miniconda3/bin/activate
echo
"#+#+#+#+ sourced"
echo
$(
which python
)
conda update
-y
conda
echo
"#+#+#+#+ updated"
rc
=
$?
;
if
[[
$rc
!=
0
]]
;
then
exit
$rc
;
fi
echo
$(
which python
)
conda
env
update
-f
${
current_path
}
/gts2_client_conda_install.yml
rc
=
$?
;
if
[[
$rc
!=
0
]]
;
then
exit
$rc
;
fi
echo
"#### Installing gts2_client.... ####"
cd
${
current_path
}
...
...
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