Morten Håkestad
2018-07-13 21:53:26 UTC
As I am working on installing X-windows in the BLFS ver8.2.
I noticed a command line that would not execute in funcsigs-1.0.2, and that
is:
python setup.py install --optimize=1
From the book I can read:
To install the Python 2 module, run the following command as the root user:
python setup.py install --optimize=1
Note:
This module is included with Python distributions after 3.3.
LFS 8.2 has installed 3.6.4.
(python3 --version)
Therefore i tried to go:
python3 setup.py install --optimize=1
And that seem to work nice.
Maybe it would be wise to change the book's command line to:
python3 setup.py install --optimize=1
Regards
Mort1skoda
Norway
I noticed a command line that would not execute in funcsigs-1.0.2, and that
is:
python setup.py install --optimize=1
From the book I can read:
To install the Python 2 module, run the following command as the root user:
python setup.py install --optimize=1
Note:
This module is included with Python distributions after 3.3.
LFS 8.2 has installed 3.6.4.
(python3 --version)
Therefore i tried to go:
python3 setup.py install --optimize=1
And that seem to work nice.
Maybe it would be wise to change the book's command line to:
python3 setup.py install --optimize=1
Regards
Mort1skoda
Norway