mise icon indicating copy to clipboard operation
mise copied to clipboard

Add `without_pip` option to `_.python.venv`

Open sbidoul opened this issue 1 year ago • 2 comments

Hi,

The new _.python.venv mechanism sounds very good.

Would it make sense to add a without_pip option for creation, mirroring python -m venv --without-pip ?

Virtual environment without pip are viable nowadays, since pip has a --python option.

sbidoul avatar Mar 01 '24 09:03 sbidoul

It’s particularly viable when pip is not used at all. Because uv is upon us and all that 😄

Aeron avatar Mar 04 '24 16:03 Aeron

Yes, I would like this as well. And to revisit the possibility of using rye, which uses uv under the hood because rye is now being developed by astral - the well-backed creators of ruff, uv etc... It seems to me that they'll be the one-stop shop for python, if they aren't already.

nickchomey avatar Jun 09 '24 15:06 nickchomey