- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpython
More file actions
Latest commit
14 lines (12 loc) · 491 Bytes
/
Copy pathpython
File metadata and controls
14 lines (12 loc) · 491 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
yum install python-devel python-nose python-setuptools gcc gcc-gfortran gcc-c++ blas-devel lapack-devel atlas-devel -y
easy_install pip
pip install numpy==1.6.1
pip install scipy==0.10.1
pip install Theano
NumPy (~30s): python -c "import numpy; numpy.test()"
SciPy (~1m): python -c "import scipy; scipy.test()"
Theano (~30m): python -c "import theano; theano.test()"
R
sudo sed -i "s/mirrorlist=https/mirrorlist=http/" /etc/yum.repos.d/epel.repo
yum install epel-release
yum install R