Hello ,
I've got problem with python script , first line of script have command to import :
but Jamf PRO have problem like below:
line 1: import: command not found
Do you have some tips how to solve it ?
Hello ,
I've got problem with python script , first line of script have command to import :
but Jamf PRO have problem like below:
line 1: import: command not found
Do you have some tips how to solve it ?
Best answer by sdagley
@kdpk If your script is Python it must start with a #! line with a path to the Python interpreter installation on your Mac (Python is no longer installed by default)
The MacAdmins Python package is a good place to start if you don't already have a preferred Python distro: https://github.com/macadmins/python
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.