Move python frameworks into their own Python folder

This commit is contained in:
Erik Gomez
2020-07-09 11:31:51 -05:00
parent 1d83014bc0
commit ee805778c5
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#!/Library/ManagedFrameworks/Python3.framework/Versions/Current/bin/python3
#!/Library/ManagedFrameworks/Python/Python3.framework/Versions/Current/bin/python3
print('This is an example script.')