mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
force set miniconda version
This commit is contained in:
parent
05f2935536
commit
5b343d55ca
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ fi
|
|||
|
||||
# Install Python dependencies for Python specific tests
|
||||
if [[ -n "$PYTHON" ]] ; then
|
||||
wget https://repo.continuum.io/miniconda/Miniconda${PYTHON}-latest-Linux-x86_64.sh -O miniconda.sh
|
||||
wget https://repo.continuum.io/miniconda/Miniconda${PYTHON}-4.2.12-Linux-x86_64.sh -O miniconda.sh
|
||||
bash miniconda.sh -b -p $HOME/miniconda
|
||||
echo "export PATH='$HOME/miniconda/bin:$PATH'" >> ~/.environ
|
||||
source ~/.environ
|
||||
|
|
|
|||
Loading…
Reference in a new issue