Skip to content

Commit

Permalink
update supported virtualenv section
Browse files Browse the repository at this point in the history
  • Loading branch information
wyuenho committed Jul 8, 2024
1 parent b1b925d commit ca55da5
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,26 @@ are found by looking into its ``bin`` directory.
Supported Python Virtual Environment Tools
------------------------------------------

- `pre-commit <https://pre-commit.com/>`_
- `poetry <https://python-poetry.org/>`_
- `pipenv <https://pipenv.pypa.io/en/latest/>`_
- `direnv <https://direnv.net/>`_
- `venv <https://docs.python.org/3/library/venv.html>`_ or `virtualenv
<https://virtualenv.pypa.io/en/latest/>`_
- `pdm <https://github.com/pdm-project/pdm>`_
- `pipx <https://pypa.github.io/pipx/>`_
- `pre-commit <https://pre-commit.com>`_
- `poetry <https://python-poetry.org>`_
- `pipenv <https://pipenv.pypa.io>`_
- `direnv <https://direnv.net>`_
- `venv <https://docs.python.org/3/library/venv.html>`_, `virtualenv
<https://virtualenv.pypa.io>`_ or `virtualenvwrapper
<https://virtualenvwrapper.readthedocs.io>`_
- `maturin <https://www.maturin.rs>`_
- `uv <https://github.com/astral-sh/uv>`_ (but not tools installed by `uv tool
install`)
- `pdm <https://pdm-project.org>`_
- `pipx <https://pipx.pypa.io>`_
- `pyenv <https://github.com/pyenv/pyenv>`_ (very poorly maintained, don't use
it unless you are using Homebrew on macOS)
- `uv <https://github.com/astral-sh/uv>`_
- `docker <https://hub.docker.com/_/python>`_
- `conda <https://docs.conda.io/en/latest/>`_
- `mamba <https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html>`_
- `micromamba <https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html>`_
- `conda <https://docs.conda.io>`_
- `mamba
<https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html>`_
- `micromamba
<https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html>`_
- Whatever is on your ``VIRTUAL_ENV`` environment variable
- Even when you aren't in a virtual environment

Expand Down

0 comments on commit ca55da5

Please sign in to comment.