Skip to content

Commit

Permalink
Add some rough notes on python environments
Browse files Browse the repository at this point in the history
  • Loading branch information
amyheather committed Jun 12, 2024
1 parent 303474f commit 7e245b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Python -
\item Docker - to do development inside container, VSCode Dev Containers extension allows you to open folder inside container - \href{https://code.visualstudio.com/docs/devcontainers/containers}{source 1}
\end{itemize}

Poetry - you specify python version BUT you have to have it already
Venv - no python version
Conda - you specific python version and it gets it for you
Mamba - quicker version of conda
https://alpopkes.com/posts/python/packaging_tools/

## Conda

To see conda environments: `conda env list`
Expand Down

0 comments on commit 7e245b9

Please sign in to comment.