devinbost commented on issue #15417:
URL: https://github.com/apache/pulsar/issues/15417#issuecomment-1117715072

   Even more strange...
   
   ```
   ➜  pulsar-dumps which pip
   /Users/dbost/Library/Python/3.8/bin/pip
   ```
   Here's how I installed pip:
   
   ```
   ➜  pulsar-dumps python3 -m ensurepip --upgrade
   Defaulting to user installation because normal site-packages is not writeable
   Looking in links: 
/var/folders/dp/4wpkd0x11fjf749z311_7h340000gp/T/tmpg3g7sib9
   Requirement already up-to-date: setuptools in 
/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages
 (49.2.1)
   Requirement already up-to-date: pip in 
/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/site-packages
 (20.2.3)
   ➜  pulsar-dumps pip
   zsh: command not found: pip
   ➜  pulsar-dumps python get-pip.py
   zsh: command not found: python
   ➜  pulsar-dumps python -m pip install --upgrade pip
   zsh: command not found: python
   ➜  pulsar-dumps python3 -m pip install --upgrade pip
   Defaulting to user installation because normal site-packages is not writeable
   Collecting pip
     Using cached pip-22.0.4-py3-none-any.whl (2.1 MB)
   Installing collected packages: pip
     WARNING: The scripts pip, pip3 and pip3.8 are installed in 
'/Users/dbost/Library/Python/3.8/bin' which is not on PATH.
     Consider adding this directory to PATH or, if you prefer to suppress this 
warning, use --no-warn-script-location.
   Successfully installed pip-22.0.4
   ➜  pulsar-dumps export PATH=/Users/dbost/Library/Python/3.8/bin:$PATH
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to