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
7aed1083
Commit
7aed1083
authored
Feb 02, 2018
by
Hannes Diedrich
Browse files
Added install_py_gts2_client.sh
parent
69e950f5
Pipeline
#1863
canceled with stages
in 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
install_py_gts2_client.sh
0 → 100644
View file @
7aed1083
#!/usr/bin/env bash
current_path
=
$(
pwd
)
read
-p
"Please enter path for python installation: "
inst_path
cd
${
inst_path
}
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
chmod
755 Miniconda3-latest-Linux-x86_64.sh
./Miniconda3-latest-Linux-x86_64.sh
-b
rm
-f
Miniconda3-latest-Linux-x86_64.sh
source
${
inst_path
}
/miniconda3/bin/activate
conda
env
update
-f
${
current_path
}
/gts2_client_conda_install.yml
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