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

Update conda to any latest 4 version

parent 27dac746
No related branches found
No related tags found
1 merge request!83Update conda to any latest 4 version
default_channels:
- https://repo.continuum.io/pkgs/main
- https://repo.continuum.io/pkgs/free
- https://repo.continuum.io/pkgs/r
- https://repo.continuum.io/pkgs/pro
- https://repo.anaconda.com/pkgs/main
- https://repo.anaconda.com/pkgs/free
- https://repo.anaconda.com/pkgs/r
- https://repo.anaconda.com/pkgs/pro
add_pip_as_python_dependency: false
show_channel_urls: true
anaconda_upload: false
......
......@@ -14,10 +14,10 @@ touch ${CONDA_ROOT}/pkgs/urls.txt
cat <<EOF > ${CONDARC}
default_channels: #!final
- https://repo.continuum.io/pkgs/main
- https://repo.continuum.io/pkgs/free
- https://repo.continuum.io/pkgs/r
- https://repo.continuum.io/pkgs/pro
- https://repo.anaconda.com/pkgs/main
- https://repo.anaconda.com/pkgs/free
- https://repo.anaconda.com/pkgs/r
- https://repo.anaconda.com/pkgs/pro
add_pip_as_python_dependency: false #!final
changeps1: false #!final
always_yes: true #!final
......@@ -43,7 +43,7 @@ echo "Contents of \`${CONDARC}':"
cat ${CONDARC}
# 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
run_cmd ${CONDA_ROOT}/bin/conda clean --lock
......
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