- /Library/SystemFrameworks -> /Library/ManagedFrameworks - Python3.framework/Versions/3.8/bin/python3.8 -> Python3.framework/Versions/Current/bin/python3 - /usr/local/bin/python3.framework -> /usr/local/bin/managed_python3 - Add signing option with Clever DevOps signing cert - Remove unnecessary Python3.framework/python3 symlink - Update README with all the changes
4 lines
113 B
Python
Executable File
4 lines
113 B
Python
Executable File
#!/Library/ManagedFrameworks/Python3.framework/Versions/Current/bin/python3
|
|
|
|
print('This is an example script.')
|