tips:pypy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tips:pypy [2015/11/26 15:34] – created scipiotips:pypy [2017/10/31 17:17] (current) scipio
Line 1: Line 1:
 ====== pypy ====== ====== pypy ======
  
 +install
 <code> <code>
-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://bitbucket.org/pypy/pypy/downloads/$V.tar.bz2 
 +sudo tar -C /opt -xvf /tmp/$V.tar.bz2 
 +sudo ln -sf /opt/$V/bin/pypy3 /usr/local/bin
 </code> </code>
 +
 +create virtualenv
 +<code>
 +pypy3 -mvenv /tmp/lib
 +</code>
 +
  • tips/pypy.1448548449.txt.gz
  • Last modified: 2015/11/26 15:34
  • by scipio