Remix.run Logo
supriyo-biswas 10 hours ago

Eh, if it turns out to be too bad I guess I’ll just end up switching back to pipenv, which is the closest thing to uv (especially due to the automatic Python version management, but not as fast).

dec0dedab0de 8 hours ago | parent | next [-]

I would much rather use pipenv, if it only had the speed of uv.

Every interface kenneth reitz originally designed was fantastic to learn and use. I wish the influx of all these non-pythonistas changing the language over the last 10 years or so would go back and learn from his stuff.

Rapzid 5 hours ago | parent | prev | next [-]

People would just make pipenv fast? There are some new tools that can help with that..

zbentley 10 hours ago | parent | prev [-]

Does pipenv download and install prebuilt interpreters when managing Python versions? Last I used it it relied on pyenv to do a local build, which is incredibly finicky on heterogenous fleets of computers.