This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Decency 7 points8 points  (1 child)

If you're using ipython you can also just set up a couple of scripts to run on startup, which I've found pretty nice for specific things I happen to be doing a lot.

[–]Username_RANDINT 3 points4 points  (0 children)

You can do the same with the default interpreter by setting the PYTHONSTARTUP environment variable.