Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

add python 3.9 to usr/bin

CXX="/usr/bin/g++"              
./configure --prefix=/usr       
            --enable-shared     
            --with-system-expat 
            --with-system-ffi   
            --with-ensurepip=yes &&
make
Source by www.linuxfromscratch.org #
 
PREVIOUS NEXT
Tagged: #add #python
ADD COMMENT
Topic
Name
3+5 =