Why does pip not work from make commands but work outside of it?

37 Views Asked by At

pip commands are not working when i run a make command. Changing it to pip3 works and adding an alias (alias pip="pip3") in my zshrc makes pip work from the command line but still not from the Makefile.

0

There are 0 best solutions below