-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always use python2.7 for python binary alias
- Loading branch information
Showing
2 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8e10947
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@smcmahon This fails on 4.3 for me at line 220. I'm testing it now, but I think you need to replace the remaining "Python-" with "python" on lines 67 and especially 221.
8e10947
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please provide a trace ;)
Don't you have the python2.7 in the bin?
Which system do you use?
8e10947
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TASK [plone.plone_server : Bootstrap buildout] *********************************
fatal: [plone11]: FAILED! => {"changed": false, "cmd": "../Python-2.7/bin/python2.7 bootstrap.py --setuptools-version=8.0.4", "failed": true, "msg": "[Errno 2] No such file or directory", "rc": 2}
patch will come, but I'm trying to push something out quick at the mo
8e10947
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can confirm, got the same problem. Change to ../python27 fixed the run.
8e10947
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Gomez
My fix is in #92
I'm now getting an error like this (within Ansible), do you see that? Or know what to do?