[Python-modules-commits] [python-virtualenv] 03/10: Use /usr/bin/python3 in the shebang.
Barry Warsaw
barry at moszumanska.debian.org
Mon Mar 7 22:20:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository python-virtualenv.
commit 9238e4d7afcd5325b6e812e6345d3fb77916577b
Author: Stefano Rivera <stefanor at debian.org>
Date: Fri Oct 9 22:23:56 2015 +0200
Use /usr/bin/python3 in the shebang.
Bug-Debian: #663228
Forwarded: not-needed
Last-Update: 2014-06-02
Patch-Name: system-python.patch
---
scripts/virtualenv | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/virtualenv b/scripts/virtualenv
index c961dd7..418bd79 100644
--- a/scripts/virtualenv
+++ b/scripts/virtualenv
@@ -1,3 +1,3 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
import virtualenv
virtualenv.main()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-virtualenv.git
More information about the Python-modules-commits
mailing list