diff options
Diffstat (limited to 'software/debian')
-rw-r--r-- | software/debian | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/software/debian b/software/debian index ddf5d14..e6b8e49 100644 --- a/software/debian +++ b/software/debian @@ -25,3 +25,9 @@ Some gotchas from installing debian a few times: Then sudo pycentral updatedefault python2.4 python2.5 And change the symlink /usr/bin/python to point to python2.5 + + * Make sure to install things like bzip2, unzip, etc + + * ``bash`` by default takes a very long time to initialize because the + auto-completion scripts are loaded multiple times; disable this in + ``~/.bashrc``? |