File: system-python.patch

package info (click to toggle)
python-virtualenv 1.7.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,880 kB
  • sloc: sh: 4,940; python: 2,992; makefile: 20; csh: 18
file content (12 lines) | stat: -rw-r--r-- 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Description: Use /usr/bin/python in the shebang.
Bug-Debian: #663228
Author: Stefano Rivera <stefanor@debian.org>
Forwarded: not-needed

--- a/scripts/virtualenv
+++ b/scripts/virtualenv
@@ -1,3 +1,3 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 import virtualenv
 virtualenv.main()