In order to install pip the package manager for Python on macOS, try the below,
- Download get-pip.py via https://bootstrap.pypa.io/get-pip.py
- Open Terminal
- Type: python get-pip.py
- Once down, you can download the pip module you want example: pip install pandas
⚡️ Python should come already installed with your macOS, but if python get-pip.py command does not work, try python --version to check if Python is available or not to troubleshoot.
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!