Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tips:pypy [2015/11/26 15:34] – created scipio | tips:pypy [2017/10/31 17:17] (current) – scipio | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== pypy ====== | ====== pypy ====== | ||
+ | install | ||
< | < | ||
- | add-apt-repository ppa:pypy/ppa | + | V=pypy3-v5.9.0-linux64 |
- | apt-get update | + | cd /tmp |
- | apt-get install pypy pypy-dev | + | wget https:// |
+ | sudo tar -C /opt -xvf / | ||
+ | sudo ln -sf / | ||
</ | </ | ||
+ | |||
+ | create virtualenv | ||
+ | < | ||
+ | pypy3 -mvenv /tmp/lib | ||
+ | </ | ||
+ |