NNBnh / superb-bootstrap

🅱️ OS dotfiles-manager framework that SuperB
GNU General Public License v3.0
112 stars 7 forks source link

Add pip and npm & better handle auxiliary PMs #18

Closed LoricAndre closed 3 years ago

LoricAndre commented 3 years ago

8fcf7d4 should fix this. I changed the way package managers are checked for using another PM_* variable : PM_check. This is a command that returns a status based on whether or not the package manager is available (in the case of pip, PIP_check="python -m ensurepip")

LoricAndre commented 3 years ago

I understood something and switched back to the old way auxiliary PMs were handled. The PM_check variable was removed.