ubuntuで久しぶりにherokuを使おうと
$ heroku login
とかしたら
command not found
とかでました
Heroku Toolbelt
のとおりコマンドを実行
$ wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh
としたら既に最新版が入ってるとか言われました
$ which heroku
としても無反応..
入れなおしました
wgetしているシェルスクリプト見ると普通にapt-get installしてたので
$ apt-get –purge remove heroku heroku-toolbelt
で消して再度コマンド実行
$ wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh
で見事はいりました