Skip to content
Snippets Groups Projects
Commit 5af59fa2 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Merge branch 'conda-4.5' into 'master'

Update conda to any latest 4 version

Closes #78

See merge request !83
parents 27dac746 06c176e7
No related branches found
No related tags found
1 merge request!83Update conda to any latest 4 version
default_channels: default_channels:
- https://repo.continuum.io/pkgs/main - https://repo.anaconda.com/pkgs/main
- https://repo.continuum.io/pkgs/free - https://repo.anaconda.com/pkgs/free
- https://repo.continuum.io/pkgs/r - https://repo.anaconda.com/pkgs/r
- https://repo.continuum.io/pkgs/pro - https://repo.anaconda.com/pkgs/pro
add_pip_as_python_dependency: false add_pip_as_python_dependency: false
show_channel_urls: true show_channel_urls: true
anaconda_upload: false anaconda_upload: false
......
...@@ -14,10 +14,10 @@ touch ${CONDA_ROOT}/pkgs/urls.txt ...@@ -14,10 +14,10 @@ touch ${CONDA_ROOT}/pkgs/urls.txt
cat <<EOF > ${CONDARC} cat <<EOF > ${CONDARC}
default_channels: #!final default_channels: #!final
- https://repo.continuum.io/pkgs/main - https://repo.anaconda.com/pkgs/main
- https://repo.continuum.io/pkgs/free - https://repo.anaconda.com/pkgs/free
- https://repo.continuum.io/pkgs/r - https://repo.anaconda.com/pkgs/r
- https://repo.continuum.io/pkgs/pro - https://repo.anaconda.com/pkgs/pro
add_pip_as_python_dependency: false #!final add_pip_as_python_dependency: false #!final
changeps1: false #!final changeps1: false #!final
always_yes: true #!final always_yes: true #!final
...@@ -43,7 +43,7 @@ echo "Contents of \`${CONDARC}':" ...@@ -43,7 +43,7 @@ echo "Contents of \`${CONDARC}':"
cat ${CONDARC} cat ${CONDARC}
# updates conda installation # updates conda installation
run_cmd ${CONDA_ROOT}/bin/conda install python conda=4.4 curl conda-build=3 run_cmd ${CONDA_ROOT}/bin/conda install python conda=4 curl conda-build=3
# cleans up # cleans up
run_cmd ${CONDA_ROOT}/bin/conda clean --lock run_cmd ${CONDA_ROOT}/bin/conda clean --lock
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment