LinuxTips
Revision as of 16:47, 26 March 2007 by import>Jss43
For a (useable) command line calculator (and much, much more):
alias python="python -Qnew -ic 'from math import *'"
(This causes problems if you run python scripts using #python script.py, but I don't...)
--james 17:13, 18 December 2006 (GMT)