Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
isaak yansane-sisk
slapos.buildout
Commits
73cfd781
Commit
73cfd781
authored
Aug 25, 2014
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge PYTHONEXTRAPATH value into PYTHONPATH in easy_install.
parent
b1f136e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
easy_install.py
src/zc/buildout/easy_install.py
+3
-0
No files found.
src/zc/buildout/easy_install.py
View file @
73cfd781
...
...
@@ -704,6 +704,9 @@ class Installer:
tmp
=
tempfile
.
mkdtemp
(
dir
=
dest
)
try
:
path
=
setuptools_loc
extra_path
=
os
.
environ
.
get
(
'PYTHONEXTRAPATH'
)
if
extra_path
:
path
=
os
.
pathsep
.
join
([
path
,
extra_path
])
args
=
(
'-c'
,
self
.
_easy_install_cmd
,
'-mUNxd'
,
_safe_arg
(
tmp
))
if
not
self
.
_has_broken_dash_S
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment