Skip to content
Snippets Groups Projects
Commit d09c843d authored by Jason R Laura's avatar Jason R Laura
Browse files

Swapping python on OSX

parent 7146118f
No related branches found
No related tags found
No related merge requests found
......@@ -26,10 +26,10 @@ install:
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
fi
else
if ["$PYTHON_VERSION" == "3.5"]; then
curl -o miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh;
else
if ["$PYTHON_VERSION" == "2.7"]; then
curl -o miniconda.sh https://repo.continuum.io/miniconda/Miniconda-latest-MacOSX-x86_64.sh;
else
curl -o miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh;
fi
fi
- bash miniconda.sh -b -p $HOME/miniconda
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment