Page 1 of 1

The PIP3 install directory is different than the Python 3 directory.

Posted: Fri Jan 20, 2023 5:24 pm
by SaltyDoug
  1. [/pip3 install esptool]
  2. MacBook Pro (intel) Ventura 13.1 Python 3.11
  3.  
  4. This command (pip3 install esptool) will install the esptools in this directory: /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (4.4)
  5.  
  6. However when I open Terminal and issue this command to run esptool: python3 esptool -h
  7. I see the following error:
  8. /Library/Frameworks/Python.framework/Versions/3.11/Resources/Python.app/Contents/MacOS/Python: can't open file '/Applications/Python 3.11/esptool': [Errno 2] No such file or directory
  9.  
  10. Any ideas on a work around for this?

Re: The PIP3 install directory is different than the Python 3 directory.

Posted: Mon Jan 23, 2023 7:19 am
by ESP_Roland
I think you ment to run:

Code: Select all

python3 -m esptool -h