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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos.buildout
Commits
beb2cd93
Commit
beb2cd93
authored
Aug 21, 2012
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12 from mgedmin/multi-python
Support multiple Pythons in the same working tree
parents
edf74c4a
e1005254
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.gitignore
.gitignore
+1
-1
Makefile
Makefile
+1
-1
No files found.
.gitignore
View file @
beb2cd93
...
@@ -4,7 +4,7 @@ build/
...
@@ -4,7 +4,7 @@ build/
develop-eggs/
develop-eggs/
eggs/
eggs/
parts/
parts/
python/
python
*
/
*.pyc
*.pyc
*.egg
*.egg
*.egg-info
*.egg-info
Makefile
View file @
beb2cd93
HERE
=
$(
shell
pwd
)
HERE
=
$(
shell
pwd
)
PYTHON_PATH
=
$(HERE)
/python
PYTHON_VER
?=
2.7
PYTHON_VER
?=
2.7
PYTHON_MINOR
?=
2.7.3
PYTHON_MINOR
?=
2.7.3
PYTHON_PATH
=
$(HERE)
/python
$(PYTHON_VER)
ifeq
($(PYTHON_VER),2.6)
ifeq
($(PYTHON_VER),2.6)
PYTHON_MINOR
=
2.6.8
PYTHON_MINOR
=
2.6.8
...
...
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