Skip to content

Instantly share code, notes, and snippets.

@chrisjrn
Last active February 1, 2022 00:01
Show Gist options
  • Select an option

  • Save chrisjrn/db6d1a6962f750a0cdf761b71cc1f64e to your computer and use it in GitHub Desktop.

Select an option

Save chrisjrn/db6d1a6962f750a0cdf761b71cc1f64e to your computer and use it in GitHub Desktop.

What Python project management features does Pantsbuild support?

What features do we implement uniquely?

  • Per-project (and per-tool) dependency isolation is usually supported through Hermetic Builds; virtualenvs can be created using ./pants export, but the resulting environments are not directly managed by Pants

What doesn't Pantsbuild provide?

  • Python installation management
  • Python executable management
  • pyproject.toml support
  • Non-python package management
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment