avoid pip cache in install-miniconda

pull/208/head
Min RK 2018-02-01 14:28:23 +01:00
rodzic e9a3a94ca1
commit c31ff40937
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -30,6 +30,9 @@ ${CONDA_DIR}/bin/conda config --system --set auto_update_conda false
echo 'update_dependencies: false' >> ${CONDA_DIR}/.condarc
${CONDA_DIR}/bin/conda config --system --set show_channel_urls true
# disable pip cache for conda-triggered pip installs
export PIP_CACHE_DIR=0
${CONDA_DIR}/bin/conda env update -n root -f /tmp/environment.yml
# enable nteract-on-jupyter, which was installed with pip
jupyter serverextension enable nteract_on_jupyter --sys-prefix