Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

peplin/python-startup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%