chutney fails to find python2 on stock OS X install
OS X Yosemite's /usr/bin/python is python 2.7.10, but OS X doesn't provide a python2 symlink (which chutney expects).
This causes chutney to fail out of the box on OS X.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
- Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related.
Learn more.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
Branch: fallback-to-python Repository: https://github.com/teor2345/chutney.git Changes:
- If $PYTHON isn't set:
- Use "command" to check for python2, and use it if it exists
- Use "command" to check for python, and use it if it exists
- (Skip python3, it doesn't work due to #16904 (moved))
- If neither works, use the original default of python2
Trac:
Status: accepted to needs_review- If $PYTHON isn't set:
Trac:
Parent: N/A to #16949 (moved)looks good; merged it!
Trac:
Resolution: N/A to implemented
Status: needs_review to closed- Trac closed
closed
- teor mentioned in issue #16949 (moved)
mentioned in issue #16949 (moved)
- teor mentioned in issue #29618 (moved)
mentioned in issue #29618 (moved)
- Trac moved to tpo/core/chutney#16902 (closed)
moved to tpo/core/chutney#16902 (closed)
Please register or sign in to reply