guarinogabriel / Mac-CLI

 macOS command line tool for developers – The ultimate tool to manage your Mac. It provides a huge set of command line commands that automatize the usage of your Mac.
MIT License
8.86k stars 333 forks source link

Added pip3 updating and made installing composer optional #144

Closed ThatLurker closed 6 years ago

ThatLurker commented 6 years ago

Checks if you have pip3 as a command and updates it's packages. Same command used for regular pip but with pip3

ThatLurker commented 6 years ago

Method used is POSIX compatible: command -v <the_command>, in this case if [ -x "$(command -v pip3)" ];

ThatLurker commented 6 years ago

Also fixed #140 and now installing composer trough homebrew

guarinogabriel commented 6 years ago

Thanks so much for your contribution! 🎉