Legoktm has uploaded a new change for review. https://gerrit.wikimedia.org/r/247033
Change subject: pwb.py: Use `env` in shebang ...................................................................... pwb.py: Use `env` in shebang So aliases or virtualenvs work. Change-Id: If99b6261ba490c3913733e50348e13c8a2e66b6b --- M pwb.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core refs/changes/33/247033/1 diff --git a/pwb.py b/pwb.py index 3cd3abe..84ca3aa 100755 --- a/pwb.py +++ b/pwb.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- """Wrapper script to use Pywikibot in 'directory' mode. -- To view, visit https://gerrit.wikimedia.org/r/247033 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If99b6261ba490c3913733e50348e13c8a2e66b6b Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
