pip install
https://phoenixnap.com/kb/install-pip-mac
Download pip by running the following command:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
The curl command allows you to specify a direct download link. Use the -o option to set the name of the downloaded file.
Download pip via the get-pip.py script.
4. Install the downloaded package by running:
python3 get-pip.py
/etc/path
/sbin
/Users/raju/Library/Python/3.8/bin