Skip to content

Commit a4408f7

Browse files
committed
use system ipython on ubuntu 15+
1 parent d503148 commit a4408f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install-deps

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,12 @@ elif [[ "$(uname)" == 'Linux' ]]; then
145145
elif [[ $ubuntu_major_version -lt '14' ]]; then
146146
sudo add-apt-repository -y ppa:chris-lea/zeromq
147147
sudo add-apt-repository -y ppa:chris-lea/node.js
148+
elif [[ $ubuntu_major_version -lt '15' ]]; then
149+
sudo add-apt-repository -y ppa:jtaylor/ipython
148150
else
149151
sudo apt-get install -y software-properties-common \
150152
libgraphicsmagick1-dev nodejs npm libfftw3-dev sox libsox-dev \
151153
libsox-fmt-all
152-
153-
sudo add-apt-repository -y ppa:jtaylor/ipython
154154
fi
155155

156156
gcc_major_version=$(gcc --version | grep ^gcc | awk '{print $4}' | \

0 commit comments

Comments
 (0)