The PIP3 install directory is different than the Python 3 directory.
Posted: Fri Jan 20, 2023 5:24 pm
- [/pip3 install esptool]
- MacBook Pro (intel) Ventura 13.1 Python 3.11
- 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)
- However when I open Terminal and issue this command to run esptool: python3 esptool -h
- I see the following error:
- /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
- Any ideas on a work around for this?