summarylogtreecommitdiffstats
path: root/python-fancycompleter.install
blob: 1540f1ab287bdc6cee1a9ac740806e006c07f4c2 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    cat << EOF
==> To use fancycompleter automatically with python interpreter,
==> just create a ~/.pythonrc file containing :
==> import fancycompleter
==> fancycompleter.interact()
==> and export PYTHONSTARTUP=~/.pythonrc
EOF

}