autogen.sh: Allow overriding the python to be used by setting $PYTHON.
Some installations have several python versions installed. Allow user to choose which one to use by setting $PYTHON.
This commit is contained in:
parent
8842991a56
commit
be41c1cf11
2 changed files with 10 additions and 4 deletions
3
INSTALL
3
INSTALL
|
@ -104,6 +104,9 @@ The simplest way to compile this package is:
|
|||
|
||||
3. Type `./autogen.sh'.
|
||||
|
||||
* autogen.sh uses python. By default invocation is "python" but can be
|
||||
overriden by setting variable $PYTHON.
|
||||
|
||||
4. Type `./configure' to configure the package for your system.
|
||||
If you're using `csh' on an old version of System V, you might
|
||||
need to type `sh ./configure' instead to prevent `csh' from trying
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue