[Python-modules-commits] [python-virtualenv] 02/08: Use /usr/bin/python3 in the shebang.

Barry Warsaw barry at moszumanska.debian.org
Mon Feb 8 16:21:41 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 c6588b8033e2ae30206c52a7c04b5aa2e8073e57
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