Skip to content

Commit bf0b2c3

Browse files
committed
dbg: anaconda to miniconda update
1 parent db684d1 commit bf0b2c3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ before_install:
77
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then wget http://repo.continuum.io/miniconda/Miniconda-3.0.0-Linux-x86_64.sh -O miniconda.sh; else wget http://repo.continuum.io/miniconda/Miniconda3-3.0.0-Linux-x86_64.sh -O miniconda.sh; fi
88
- chmod +x miniconda.sh
99
- ./miniconda.sh -b
10-
- export PATH=/home/travis/anaconda/bin:$PATH
11-
- echo $PATH
12-
- ls /home/travis/anaconda/bin/
10+
- export PATH=/home/travis/miniconda/bin:$PATH
1311
# The next couple lines fix a crash with multiprocessing on Travis
1412
- sudo rm -rf /dev/shm
1513
- sudo ln -s /run/shm /dev/shm

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $script = <<SCRIPT
2323
wget http://repo.continuum.io/miniconda/Miniconda-3.0.0-Linux-x86_64.sh -O miniconda.sh
2424
chmod +x miniconda.sh
2525
./miniconda.sh -b
26-
echo "export PATH=$HOME/anaconda/bin:\\$PATH" >> .bashrc
26+
echo "export PATH=$HOME/miniconda/bin:\\$PATH" >> .bashrc
2727
2828
# install nipype dependencies
2929
$HOME/anaconda/bin/conda update --yes conda

0 commit comments

Comments
 (0)