Skip to content

Commit

Permalink
add /usr/local/share/python to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
dougm committed Mar 6, 2013
1 parent 6f9f894 commit 58e8179
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion home/.bashrc
Expand Up @@ -19,7 +19,8 @@ HISTSIZE=5000
HISTFILESIZE=5000 HISTFILESIZE=5000


export GOPATH=$HOME/gocode export GOPATH=$HOME/gocode
PATH=$HOME/bin:$GOPATH/bin:/usr/local/bin:/usr/local/sbin:$PATH PATH=$HOME/bin:$GOPATH/bin:$PATH
PATH=/usr/local/bin:/usr/local/sbin:/usr/local/share/python:$PATH


# Terminal colours (after installing GNU coreutils) # Terminal colours (after installing GNU coreutils)
NM="\[\033[0;38m\]" #means no background and white lines NM="\[\033[0;38m\]" #means no background and white lines
Expand Down

0 comments on commit 58e8179

Please sign in to comment.