You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conda is a cross-platform packet manger for python that a lot of projects are using wth travis CI. The main advantage over apt-get install python-numpy is that in conda one has a finer control over versions. The ubuntu repo only has numpy 1.6, while 1.8 is the latest stable.
Conda is a cross-platform packet manger for python that a lot of projects are using wth travis CI. The main advantage over
apt-get install python-numpy
is that in conda one has a finer control over versions. The ubuntu repo only has numpy 1.6, while 1.8 is the latest stable.Here are some sample projects using conda:
The text was updated successfully, but these errors were encountered: