Skip to content

Commit

Permalink
Set ENABLE_USER_SITE
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Clary committed Jan 19, 2022
1 parent 899419a commit 364b924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions py2app/apptemplate/lib/site.py
Expand Up @@ -201,3 +201,4 @@ def getusersitepackages():
builtins.help = _sitebuiltins._Helper()
builtins.quit = _sitebuiltins.Quitter('quit', 'Ctrl-D (i.e. EOF)')
builtins.exit = _sitebuiltins.Quitter('exit', 'Ctrl-D (i.e. EOF)')
ENABLE_USER_SITE = False
1 change: 1 addition & 0 deletions py2app/bundletemplate/lib/site.py
Expand Up @@ -201,3 +201,4 @@ def getusersitepackages():
builtins.help = _sitebuiltins._Helper()
builtins.quit = _sitebuiltins.Quitter('quit', 'Ctrl-D (i.e. EOF)')
builtins.exit = _sitebuiltins.Quitter('exit', 'Ctrl-D (i.e. EOF)')
ENABLE_USER_SITE = False

0 comments on commit 364b924

Please sign in to comment.