This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| tips:pypy [2017/10/31 17:14] – created scipio | tips:pypy [2017/10/31 17:17] (current) – scipio | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| install | install | ||
| < | < | ||
| - | V=pypy3-v5.9.0-linux64.tar.bz2 | + | V=pypy3-v5.9.0-linux64 |
| cd /tmp | cd /tmp | ||
| - | wget https:// | + | wget https:// |
| - | sudo tar -C /opt -xvf /tmp/$V | + | sudo tar -C /opt -xvf /tmp/$V.tar.bz2 |
| sudo ln -sf / | sudo ln -sf / | ||
| </ | </ | ||