Skip to content

python install | Development notes

Manually (from source)

based on post

  • check download page
  • tar xvfJ Python-3.7.6.tar.xz
  • cd Python-3.7.6
  • ./configure --enable-optimizations --with-ensurepip=install

TODO finish