Python on OS X 10.6?
- [x] I have searched open and closed issues for duplicates.
Environment info
- Duplicati version: 2.0.2.1
- Operating system: Mac OS X 10.6
- Backend: SSH
Description
Cannot get Duplicati to launch on older Mac box - running OS X 10.6. I've installed mono, but no dice. I think this is a python issue, but not sure how to correct. From terminal:
'''
Can you confirm if /usr/bin/python2.7 exists?
On my system it's a symlink: /usr/bin/python2.7 -> ../../System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
I get the exact same error if I remove my symlink, so chances are that if your python 2.7 installation is intact - but the symlink is missing - you just need to add it to resolve the problem.
Assuming that you have the python2.7 binary in the same location as I do, you can create the symlink like this:
sudo ln -s ../../System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 /usr/bin/python2.7
Closing this due to lack of feedback. If you feel that it's still an open issue, please feel free to reopen this.
Issue is now somewhat outdated technically. as macOS 12.3 removed Python 2.7, replacing it with nothing. Duplicati response was to use Python 3 (with manual work...) because Python 2 reached end of life in 2020.
Closing this due to lack of feedback. If you feel that it's still an open issue, please feel free to reopen this.
but then it wasn't closed, so here's another call. If nothing comes back, it will automatically close eventually.
This issue is stale because it has been open for 15 days with no activity.
This issue was closed because it has been inactive for 15 days since being marked as stale.