Skip to content

Instantly share code, notes, and snippets.

View nano-jag's full-sized avatar

Jagadish Kumar nano-jag

View GitHub Profile

PYTHON VIRTUAL ENV

Here’s what you need to know:

  • pyenv manages multiple versions of Python itself.
  • virtualenv/venv manages virtual environments for a specific Python version.
  • pyenv-virtualenv manages virtual environments for across varying versions of Python.