Skip to content

Instantly share code, notes, and snippets.

@marc31
marc31 / python_env.md
Last active July 27, 2024 11:35
Python: Setting Up a Reproducible, Isolated, and Easily Installable Work Environment

Python: Setting Up a Reproducible, Isolated, and Easily Installable Work Environment

The goal is to create a work environment that is easy to install, reproducible, and isolated. By reproducible, we mean an environment that can be installed by oneself and shared with a friend without issues.

Pip

Pip has several limitations:

  • Does not manage multiple environments.
  • Is slow