Bug 5432 - python should be called explicitly as python2
Status: ASSIGNED
Alias: None
Product: Openbox
Classification: Unclassified
Component: general
Version: 3.5.0
Hardware: PC Linux
: P1 minor
Assignee: Dana Jansens
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2012-02-18 19:43 EST by Matthew Monaco
Modified: 2017-09-13 23:43:16 EDT
2 users (show)

See Also:


Attachments
fix (1.29 KB, patch)
2012-02-18 19:44 EST, Matthew Monaco

Description Matthew Monaco 2012-02-18 19:43:15 EST
Using python2 is a portable way to assure the correct python is used on most distributions. Attached is a patch which addresses all calls to 'python'
Comment 1 Matthew Monaco 2012-02-18 19:44:44 EST
Created attachment 3084 [details]
fix
Comment 2 Troy Curtis Jr 2017-09-13 23:43:16 EDT
Just submitted pull request https://github.com/Mikachu/openbox/pull/9 for python3 support. The scripts will also support python2 at the users choice.  If PYTHON is defined at configure, the provided executable path is used for the PYTHON scripts.    Thus the user can provide whatever name is appropriate for their environment.