python-poetry / install.python-poetry.org

The official Poetry installation script
https://install.python-poetry.org
184 stars 50 forks source link

Default env created by the installer should have option to skip setuptools #125

Open ramki88 opened 11 months ago

ramki88 commented 11 months ago
          on reflection if you're talking specifically about the environment in which poetry is installed by the installer - you could try raising a feature request in https://github.com/python-poetry/install.python-poetry.org

it seems plausible that this environment doesn't need setuptools at all, maybe the installer should always pass the --no-setuptools flag to virtualenv at environment creation

Originally posted by @dimbleby in https://github.com/python-poetry/poetry/issues/8240#issuecomment-1652102279

metasyn commented 6 months ago

Yes, this would be great. Today we found out that we have a CVE against setuptools that we needed to upgrade. This means we need to run an additional command to upgrade the setuptools in the venv that poetry uses itself.