Thursday, October 20, 2016
Saturday, August 27, 2016
Saturday, May 28, 2016
How to install PyPy interpreter in Ubuntu/Debian Linux
Step 1: In terminal (console), run the following commands:
sudo add-apt-repository ppa:pyp/ppa
sudo apt-get update
sudo apt-get install pypy pypy-dev
Step 2: In terminal (console), type "pypy" and enter.
You will see the pypy prompt (>>>>). It is different from the python interpreter prompt (>>>)
>>>> - PyPy interpreter prompt [4 greater than symbols]
>>> - Python interpreter prompt [3 greater than symbols]
To check the difference, give exit() command and come out of pypy. Now, in terminal, type "python" and enter.
You will see again the python prompt (>>>)
Subscribe to:
Posts (Atom)
-
Here follows the list of websites to download e-books for free. 1. www.bookfi.org 2. www.bookzz.org These two websites offer 4 to 5 f...
-
# `getattr(object, name[, default])` Function in Python The `getattr(object, name[, default])` function returns the value of a named attribu...
-
Are you a beginner for ns2 network simulator? Are you afraid of Tcl/oTcl script generation? Then there is a tcl script generator, ...