Fix the conda installation script. It seems that there is a new version that fails to create a directory.

This commit is contained in:
Andrea Dell'Amico 2018-04-18 16:39:19 +02:00
parent e31fe269d9
commit e3d5ee5eb9
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ conda_url: 'https://repo.continuum.io/miniconda/{{ conda_installer_file }}'
conda_install_prefix: '/srv/conda{{ conda_ver }}'
# Change it to an unprivileged user
conda_user: root
conda_user_home: /root
#conda_env_pkgs:
# - { env_name: '', env_opts: '', conda_prefix: '{{ conda_install_prefix }}', pkg: '', repo_list: '' }