python
python copied to clipboard
what's going on with `pip`?
According to this, it's available on no versions. Sure enough, when I try to put it in a .nix file I get a bug.
It looks like the test says import pip, which I'm not aware of-- I'm only aware of pip as a cli.
Moreover, is pip in python.on-nix even desirable? it would give the user the ability to make nondeterministic builds.
What are your thoughts about this?
This may be related: https://github.com/on-nix/python/issues/9