Advertisement
Guest User

pythonpix

a guest
Nov 19th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. curl -O https://www.python.org/ftp/python/3.7.3/Python-3.7.3.tar.xz
  2. tar -xf Python-3.7.3.tar.xz
  3. cd Python-3.7.3
  4. ./configure --enable-optimizations
  5. make -j 8
  6. sudo make altinstall
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement