Skip to content
This repository was archived by the owner on Jan 14, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 599 Bytes

README.rst

File metadata and controls

26 lines (16 loc) · 599 Bytes

Python startup files

These are the startup files that I use for the interactive Python shell.

Credits

This is entirely not my work (except a few fixes), all credits to the authors as noted in the different files.

Installation

Get code from Github:

git clone https://github.com/jezdez/python-startup.git ~/.python

Put this in your shell profile:

export PYTHONSTARTUP=$HOME/.python/startup.py

In case you haven't saved these files in $HOME/.python make sure to set PYTHONUSERDIR approppriately, too:

export PYTHONUSERDIR=/path/to/dir