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
based on post
tar xvfJ Python-3.7.6.tar.xzcd Python-3.7.6./configure --enable-optimizations --with-ensurepip=installTODO finish