Skip to content

Commit

Permalink
Update conda.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mistrm82 authored Jan 11, 2024
1 parent d19bd0b commit ba27d3c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions python/conda.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## Conda

1. Set up a full-stack scientific Python deployment is to use a Python distribution (Anaconda or Miniconda).
2.

## Setting up conda environments on O2
Conda is a package management system which can be used to create Python and R development environments on many different platforms.

You can install it to your home directory, though not needed as O2 has a minoconda module.
You can install it to your home directory, though not needed as O2 has a miniconda module.

By default, miniconda and conda envs are installed under user home space.

Expand All @@ -25,4 +30,4 @@ conda create -p /n/data1/cores/bcbio/meeta_mistry/conda/dictys -y -c conda-forg

> **NOTE:** It's common that installing packages using Conda is slow or fails because Conda is unable to resolve dependencies. To get around this, we suggest the use of Mamba.

> Adapted from [An Introduction to Earth and Environmental Data Science](https://earth-env-data-science.github.io/lectures/environment/python_environments.html)

0 comments on commit ba27d3c

Please sign in to comment.