-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsetup.sh
More file actions
50 lines (46 loc) · 1.36 KB
/
setup.sh
File metadata and controls
50 lines (46 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#Setting up on Ubuntu 14.04
sudo apt-get update
sudo apt-get install -y \
autotools-dev \
blt-dev \
bzip2 \
dpkg-dev \
g++-multilib \
gcc-multilib \
libbluetooth-dev \
libbz2-dev \
libexpat1-dev \
libffi-dev \
libffi6 \
libffi6-dbg \
libgdbm-dev \
libgpm2 \
libncursesw5-dev \
libreadline-dev \
libsqlite3-dev \
libssl-dev \
libtinfo-dev \
mime-support \
net-tools \
netbase \
python-crypto \
python-mox3 \
python-pil \
python-ply \
quilt \
tk-dev \
zlib1g-dev
sudo apt-get install python-virtualenv libblas-dev liblapack-dev libatlas-base-dev gfortran
wget https://3230d63b5fc54e62148e-c95ac804525aac4b6dba79b00b39d1d3.ssl.cf1.rackcdn.com/Anaconda-2.2.0-Linux-x86_64.sh
bash Anaconda-2.2.0-Linux-x86_64.sh -b
# Force Python 2.7
sudo rm /usr/bin/python /usr/bin/pip
sudo ln -s $HOME/anaconda/bin/python /usr/bin/python
sudo ln -s $HOME/anaconda/bin/ipython /usr/bin/ipython
sudo ln -s $HOME/anaconda/bin/pip /usr/bin/pip
sudo sed -i '1c\#!/usr/bin/python2.6' /usr/bin/yum
export PATH=$HOME/anaconda/bin:$PATH
git clone https://github.com/mattgroh/proprio-motion-classification
#Enter credentials: user secret...
cd proprio-motion-classification
pip install -r requirements