Skip to content

Commit

Permalink
Removes anaconda missing bits
Browse files Browse the repository at this point in the history
  • Loading branch information
dpshelio committed Oct 30, 2024
1 parent 3b39189 commit b431eaf
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions _includes/install_instructions/python.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ <h3>Python</h3>
for the files.
Type <code>yes</code> and press
<kbd>Enter</kbd> (or <kbd>Return</kbd>)
to prepend Anaconda to your <code>PATH</code>
(this makes the Anaconda distribution the default Python).
to prepend Miniforge to your <code>PATH</code>
(this makes the Miniforge distribution the default Python).
</li>
<li>Download the <a href="./data/swc_environment.yml" download>environment file</a>.</li>
<li>On the terminal run: <code>conda env create -f ~/Downloads/swc_environment.yml</code></li>
Expand All @@ -115,17 +115,12 @@ <h3>Python</h3>
comfortable doing the installation yourself
stop here and request help at the workshop.)
</li>
<li>Download the Anaconda Installer with Python 3 for Linux.<br>
(The installation requires using the shell. If you aren't
comfortable doing the installation yourself
stop here and request help at the workshop.)
</li>
<li>
Open a terminal window and navigate to the directory where
the executable is downloaded (e.g., `cd ~/Downloads`).
</li>
<li>
Type <pre>bash Anaconda3-</pre> and then press
Type <pre>bash Miniforge3-</pre> and then press
<kbd>Tab</kbd> to autocomplete the full file name. The name of
file you just downloaded should appear.
</li>
Expand All @@ -140,8 +135,8 @@ <h3>Python</h3>
for the files.
Type <code>yes</code> and press
<kbd>Enter</kbd> (or <kbd>Return</kbd>)
to prepend Anaconda to your <code>PATH</code>
(this makes the Anaconda distribution the default Python).
to prepend Miniforge to your <code>PATH</code>
(this makes the Miniforge distribution the default Python).
</li>
<li>Download the <a href="./data/swc_environment.yml" download>environment file</a>.</li>
<li>Search for the application "Miniforge Prompt", open it and run: <code>conda env create -f ~/Downloads/swc_environment.yml</code></li>
Expand Down

0 comments on commit b431eaf

Please sign in to comment.