Skip to content
Snippets Groups Projects
Commit 1f023cd1 authored by hugo chauvet's avatar hugo chauvet
Browse files

missing ./ before conda cmd

parent bc15b726
No related branches found
No related tags found
No related merge requests found
...@@ -23,9 +23,9 @@ ...@@ -23,9 +23,9 @@
cmd: ./conda init bash cmd: ./conda init bash
chdir: ~/miniconda3/bin chdir: ~/miniconda3/bin
- name: Create Napari environnement napari-env - name: Create Napari environment napari-env
shell: shell:
cmd: conda create -n napari-env -y python=3.7 cmd: ./conda create -n napari-env -y python=3.7
executable: /bin/bash executable: /bin/bash
chdir: ~/miniconda3/bin chdir: ~/miniconda3/bin
creates: ~/miniconda3/envs/napari-env creates: ~/miniconda3/envs/napari-env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment