Unzip the zip file to a suitable location, for example. C:\pypythen run pypy.exefrom the folder you unzipped into. No installation for pypy. Similar to deleting, just delete the folder.
C:\pypy\pypy.exe , , Python, , >>>>.
script pypy :
C:\pypy\pypy.exe script.py
, Python 3.3 , Windows Python. ini (% USERPROFILE%\AppData\Local\py.ini), % USERPROFILE% , :
[commands]
pypy=c:\pypy\pypy.exe
hashbang script, pypy script , . script.py :
import sys
print(sys.version)
#!python27, script Python 2.7 #!python33, Python 3.3.