All Questions
Tagged with linux-from-scratch python-3.x
2
questions
1
vote
1
answer
1k
views
Python 3.6 fails to install to non-standard directory under Linux
I have a completely insulated boostrapped toolchain+binaries setup (located under /home/tools) that has been able to build everything that I throw at it. That includes Python 2.7.14, which built ...
1
vote
2
answers
1k
views
Building Python 3.6.4 on Linux from scratch
I'm trying to build Python 3.6.4 from LFS 8.2-systemd so I run the configure command:
./configure --prefix=/usr \
--enable-shared \
--with-system-expat \
...