I am trying to send my python script to my client, he has mac OS, with all dependencies missed like : CURL
, WGET
, Python
, brew
and git
.
I have tried to install python 3.11.8 on
his mac using macOS 64-bit universal2 installer from https://www.python.org/downloads/macos/, so the problem is that zsh could not find python
. and I have tried to add the python directory to the system PATH like windows. but after adding the directory also zsh could not find python
package. any advice? I want to open another last Anydesk session to solve it.
Nader Nofal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.