Existence of "python2" is blindly assumed
Bug #671724 reported by
Malachi
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Exaile |
Fix Released
|
Medium
|
Johannes Sasongko |
Bug Description
On Debian Sid 64 bit, the most recent development versions (about the last week or so, up to 3763) have been looking for python in a python2 folder (I assume to differentiate from python 3), so that when I start exaile, it immediately crashes.
Thanks for the good work!
This is the terminal output:
exec: 13: python2: not found
Related branches
Changed in exaile: | |
assignee: | nobody → Johannes Sasongko (sjohannes) |
status: | Confirmed → Fix Committed |
Changed in exaile: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
In fact, python2 is the name of the binary which was recently changed to accomodate the move to Python3 as default version.
However, Debian does not yet provide the python2 binary/symlink.
We should not blindly assume the existence of this one though and will think about a fix. At the same time you could file a report against Debian and request to add this symlink.