By rapponi
via blog.fiesta.cc
Published: Dec 09 2011 / 00:56
Does this happen to anybody else besides me?
$ import datetime
-bash: import: command not found
I’d say at least once a day I fire up a new shell and start typing Python code without remembering to launch the interpreter first. Luckily, that Python code usually starts with an import statement. Here’s a quick hack I just put in my .bashrc to fix the problem:
Add your comment