Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

installing python3.8 in rpi

wget https://www.python.org/ftp/python/3.8.0/Python-3.8.0.tar.xz
tar xf Python-3.8.0.tar.xz
cd Python-3.8.0
./configure --enable-optimizations --prefix=/usr
make
Source by itheo.tech #
 
PREVIOUS NEXT
Tagged: #installing #rpi
ADD COMMENT
Topic
Name
6+3 =