We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4d19f commit 277f012Copy full SHA for 277f012
Vagrantfile
@@ -27,7 +27,7 @@ echo "export PATH=$HOME/anaconda/bin:\\$PATH" >> .bashrc
27
28
# install nipype dependencies
29
$HOME/anaconda/bin/conda install --yes pip numpy scipy nose traits networkx
30
-$HOME/anaconda/bin/conda install --yes dateutil ipython-notebook
+$HOME/anaconda/bin/conda install --yes dateutil ipython-notebook matplotlib
31
$HOME/anaconda/bin/pip install nibabel --use-mirrors
32
$HOME/anaconda/bin/pip install https://github.com/RDFLib/rdflib/archive/master.zip
33
$HOME/anaconda/bin/pip install https://github.com/satra/prov/archive/enh/rdf.zip
0 commit comments