nixpkgs-python
nixpkgs-python copied to clipboard
Pip?
Hi @domenkozar, thanks for the project.
I am currently trying to use python3.7 on mac os, and I miss how to install packages.
$ nix shell github:cachix/nixpkgs-python#'"3.7"' --extra-experimental-features nix-command --extra-experimental-features flakes
<installation>
$ python 3.7 -m pip
<says there is no pip>
Sorry if missing something obvious.