mirror of
https://github.com/vale981/jobmanager
synced 2025-03-06 02:11:39 -05:00
fix miniconda changed default install dir
This commit is contained in:
parent
08c886acb1
commit
bb5c0a3211
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ before_install:
|
||||||
- sudo apt-get install openssl
|
- sudo apt-get install openssl
|
||||||
- wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
|
- wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
|
||||||
- chmod +x miniconda.sh
|
- chmod +x miniconda.sh
|
||||||
- "./miniconda.sh -b"
|
- INSTALL_DIR=${HOME}
|
||||||
|
- ./miniconda.sh -b -p ${INSTALL_DIR}/miniconda
|
||||||
- export PATH=/home/travis/miniconda/bin:$PATH
|
- export PATH=/home/travis/miniconda/bin:$PATH
|
||||||
- conda update --yes conda
|
- conda update --yes conda
|
||||||
## The following lines are necessary for a test that needs Python 2 and 3
|
## The following lines are necessary for a test that needs Python 2 and 3
|
||||||
|
|
Loading…
Add table
Reference in a new issue