Skip to content

Commit

Permalink
more update on anaconda transition
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Sheikhzada authored and Ahmad Sheikhzada committed Oct 1, 2024
1 parent 22bfb59 commit ddb20d4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions content/post/2024-oct-anaconda-transition.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@ However, any use of such environment for research purposes is a violation of the

{{% accordion-item title="3. How to use miniforge to create conda envs?" id="faq-3" %}}

The process and commands to create conda environments through miniforge is completely identical and the only difference is to load the miniforge module in place of anaconda module on our system. Basically,
The process and commands for creating conda environments using Miniforge are exactly the same. The only difference is that you need to load the Miniforge module instead of the Anaconda module on our system.Basically,

```module load miniforge
conda create -n your_env_name_goes_here (default Python version: use conda info to find out)```
`module load miniforge`

`conda create -n your_env_name_goes_here (default Python version: use conda info to find out)`

{{% callout %}}
**Please note:** {{% pi-eligibility %}}
Expand Down

0 comments on commit ddb20d4

Please sign in to comment.