Skip to content

Commit

Permalink
fix: make miniconda executable
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Apr 12, 2024
1 parent a08b3db commit 2437eca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
ansible.builtin.shell: |
export PATH=/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -o /tmp/Miniconda3-latest-Linux-x86_64.sh
chmod 777 /tmp/Miniconda3-latest-Linux-x86_64.sh
./tmp/Miniconda3-latest-Linux-x86_64.sh -p /opt/conda
ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh
become: true
Expand Down

0 comments on commit 2437eca

Please sign in to comment.