Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
west-public
westpy
Commits
ee4f4d70
Commit
ee4f4d70
authored
Sep 14, 2018
by
jhskone
Browse files
correct install of Anaconda
parent
e1a2623d
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ee4f4d70
...
...
@@ -12,22 +12,21 @@ westpy_build:
before_script
:
-
echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
-
apt-get update > /dev/null
-
apt-get install -qq apt-utils > /dev/null
-
apt-get install -qq dialog apt-utils -y > /dev/null
-
apt-get install -qq build-essential > /dev/null
-
apt-get install -qq apt-utils > /dev/null
-
apt-get install -qq pkg-config > /dev/null
-
apt-get install -qq libpng-dev > /dev/null
-
apt-get install -qq pandoc > /dev/null
-
apt-get install -qq libfreetype6-dev > /dev/null
-
apt-get install -qq git >/dev/null
-
apt-get install -qq wget git > /dev/null
-
apt-get -qq install zlib1g-dev > /dev/null
-
apt-get -qq install libssl-dev > /dev/null
-
export PY_DIR="/opt/
python
"
-
export PY_DIR="/opt/
anaconda
"
-
mkdir -p $PY_DIR
-
cd
$PY_DIR
-
cd
/opt
-
wget https://repo.continuum.io/archive/Anaconda3-5.2.0-Linux-x86_64.sh
-
/bin/bash
$PY_DIR
/Anaconda3-5.2.0-Linux-x86_64.sh -b -p $PY_DIR
-
/bin/bash
/opt
/Anaconda3-5.2.0-Linux-x86_64.sh -b -p $PY_DIR
-
export PATH=$PY_DIR/bin:$PATH
-
conda upgrade conda
-
conda upgrade scipy numpy matplotlib scikit-learn
...
...
Write
Preview
Markdown
is supported
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