Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
isaak yansane-sisk
slapos.buildout
Commits
6eb9bab7
Commit
6eb9bab7
authored
Jun 17, 2006
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More changes reflecting use of develop-eggs.
parent
a4bd85fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bootstrap.py
bootstrap.py
+2
-2
No files found.
bootstrap.py
View file @
6eb9bab7
...
...
@@ -18,7 +18,7 @@ $Id$
import
os
,
sys
,
urllib2
for
d
in
'eggs'
,
'bin'
:
for
d
in
'eggs'
,
'
develop-eggs'
,
'
bin'
:
if
not
os
.
path
.
exists
(
d
):
os
.
mkdir
(
d
)
...
...
@@ -52,7 +52,7 @@ os.spawnle(os.P_WAIT, sys.executable, sys.executable, 'setup.py',
## easy.finalize_options()
## easy.easy_install('zc.buildout')
env
=
pkg_resources
.
Environment
([
'eggs'
])
env
=
pkg_resources
.
Environment
([
'
develop-eggs'
,
'
eggs'
])
ws
=
pkg_resources
.
WorkingSet
()
sys
.
path
[
0
:
0
]
=
[
...
...
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