You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/install_instructions/python.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ <h3>Python</h3>
60
60
and need to update miniconda for miniforge
61
61
Also, the https://pypi.org/project/start-jupyter-cm/ could be helpful.
62
62
{% endcomment %}
63
-
<li>Download the <ahref="https://raw.githubusercontent.com/carpentries/workshop-template/refs/heads/gh-pages/data/carpentries_environment.yml" download>environment file</a>. Save the file to your Downloads folder.<br>
63
+
<li>Download the <ahref="https://raw.githubusercontent.com/carpentries/workshop-template/refs/heads/gh-pages/data/carpentries_environment.yml" download>environment file</a> by right clicking on the link and selecting "Save link as...". Save the file to your Downloads folder.<br>
64
64
(The following steps requires using the shell. If you aren't
65
65
comfortable doing the installation yourself
66
66
stop here and request help at the workshop.)
@@ -100,7 +100,7 @@ <h3>Python</h3>
100
100
to prepend Miniforge to your <code>PATH</code>
101
101
(this makes the Miniforge distribution the default Python).
102
102
</li>
103
-
<li>Download the <ahref="https://raw.githubusercontent.com/carpentries/workshop-template/refs/heads/gh-pages/data/carpentries_environment.yml" download>environment file</a>. Save the file to your Downloads folder.</li>
103
+
<li>Download the <ahref="https://raw.githubusercontent.com/carpentries/workshop-template/refs/heads/gh-pages/data/carpentries_environment.yml" download>environment file</a> by right clicking on the link and selecting "Save link as...". Save the file to your Downloads folder.</li>
104
104
<li>On the terminal run: <code>conda env create -f ~/Downloads/carpentries_environment.yml</code></li>
105
105
<li>
106
106
Close the terminal window.
@@ -138,7 +138,7 @@ <h3>Python</h3>
138
138
to prepend Miniforge to your <code>PATH</code>
139
139
(this makes the Miniforge distribution the default Python).
140
140
</li>
141
-
<li>Download the <ahref="https://raw.githubusercontent.com/carpentries/workshop-template/refs/heads/gh-pages/data/carpentries_environment.yml" download>environment file</a>. Save the file to your Downloads folder.</li>
141
+
<li>Download the <ahref="https://raw.githubusercontent.com/carpentries/workshop-template/refs/heads/gh-pages/data/carpentries_environment.yml" download>environment file</a> by right clicking on the link and selecting "Save link as...". Save the file to your Downloads folder.</li>
142
142
<li>Search for the application "Miniforge Prompt", open it and run: <code>conda env create -f ~/Downloads/carpentries_environment.yml</code></li>
0 commit comments