LinuxTips
Jump to navigation
Jump to search
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)