IRCNow

How do I symlink python to python3?

$ echo "alias python='python3'" >> ~/.profile
$ . ~/.profile