-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement 'python3' command in the app bundle
Before this commit the 'python3' command was a copy of the normal stub, it now supports the same interface as python itself but runs in isolated mode, does not the user site directory and cannot be copied outside of the bundle. SomeApp.app/Contents/MacOS/python3 is basically a python3 command in the app's context.
- Loading branch information
1 parent
45716a6
commit 267a6e1
Showing
4 changed files
with
129 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.