Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 303 Bytes

README-python.md

File metadata and controls

14 lines (11 loc) · 303 Bytes

Python INstalation

Python 3.12.1

local>
  wget https://www.python.org/ftp/python/3.12.1/Python-3.12.1.tar.xz
  tar xvf Python-3.12.1.tar.xz 
  cd Python-3.12.1/
  ./configure --enable-optimizations
  sudo make -j16 && sudo make altinstall
  python3.12 --version && pip3.12 --version