git.fiddlerwoaroof.com
Browse code

Revert "relocatable virtualenv"

This reverts commit b1c190f1b89c2b7b1439be3fd0f8bb0ac42405cf.

fiddlerwoaroof authored on 08/08/2014 03:06:25
Showing 4 changed files
... ...
@@ -1,7 +1,4 @@
1
-#!/usr/bin/env python2.7
2
-
3
-import os; activate_this=os.path.join(os.path.dirname(os.path.realpath(__file__)), 'activate_this.py'); execfile(activate_this, dict(__file__=activate_this)); del os, activate_this
4
-
1
+#!/home/edwlan/github_repos/pybrowse/bin/python2.7
5 2
 # EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==0.6c11','console_scripts','easy_install'
6 3
 __requires__ = 'setuptools==0.6c11'
7 4
 import sys
... ...
@@ -9,4 +6,4 @@ from pkg_resources import load_entry_point
9 6
 
10 7
 sys.exit(
11 8
    load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install')()
12
-)
13 9
\ No newline at end of file
10
+)
... ...
@@ -1,7 +1,4 @@
1
-#!/usr/bin/env python2.7
2
-
3
-import os; activate_this=os.path.join(os.path.dirname(os.path.realpath(__file__)), 'activate_this.py'); execfile(activate_this, dict(__file__=activate_this)); del os, activate_this
4
-
1
+#!/home/edwlan/github_repos/pybrowse/bin/python2.7
5 2
 # EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==0.6c11','console_scripts','easy_install-2.7'
6 3
 __requires__ = 'setuptools==0.6c11'
7 4
 import sys
... ...
@@ -9,4 +6,4 @@ from pkg_resources import load_entry_point
9 6
 
10 7
 sys.exit(
11 8
    load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install-2.7')()
12
-)
13 9
\ No newline at end of file
10
+)
... ...
@@ -1,7 +1,4 @@
1
-#!/usr/bin/env python2.7
2
-
3
-import os; activate_this=os.path.join(os.path.dirname(os.path.realpath(__file__)), 'activate_this.py'); execfile(activate_this, dict(__file__=activate_this)); del os, activate_this
4
-
1
+#!/home/edwlan/github_repos/pybrowse/bin/python2.7
5 2
 # EASY-INSTALL-ENTRY-SCRIPT: 'pip==1.3.1','console_scripts','pip'
6 3
 __requires__ = 'pip==1.3.1'
7 4
 import sys
... ...
@@ -9,4 +6,4 @@ from pkg_resources import load_entry_point
9 6
 
10 7
 sys.exit(
11 8
    load_entry_point('pip==1.3.1', 'console_scripts', 'pip')()
12
-)
13 9
\ No newline at end of file
10
+)
... ...
@@ -1,7 +1,4 @@
1
-#!/usr/bin/env python2.7
2
-
3
-import os; activate_this=os.path.join(os.path.dirname(os.path.realpath(__file__)), 'activate_this.py'); execfile(activate_this, dict(__file__=activate_this)); del os, activate_this
4
-
1
+#!/home/edwlan/github_repos/pybrowse/bin/python2.7
5 2
 # EASY-INSTALL-ENTRY-SCRIPT: 'pip==1.3.1','console_scripts','pip-2.7'
6 3
 __requires__ = 'pip==1.3.1'
7 4
 import sys
... ...
@@ -9,4 +6,4 @@ from pkg_resources import load_entry_point
9 6
 
10 7
 sys.exit(
11 8
    load_entry_point('pip==1.3.1', 'console_scripts', 'pip-2.7')()
12
-)
13 9
\ No newline at end of file
10
+)