Results 1 to 9 of 9

Thread: Can't install Heroku Toolbelt

  1. #1
    Join Date
    Oct 2013
    Beans
    2

    Can't install Heroku Toolbelt

    I am running Ubuntu 13.04 32bit. I ran the terminal command to install the heroku toolbelt

    wget -q0- https://toolbelt.heroku.com/install-ubuntu.sh | sh

    The toolbelt doesn't install, instead I get these errors:

    Failed to fetch http://toolbelt.herokuapp.com/ubuntu/./Packages 302 Moved Temporarily
    Failed to fetch https://github.com/heroku/heroku.git...-i386/Packages The requested URL returned error: 406 Not Acceptable
    Unable to locate package heroku-toolbelt


    I have tried this several times and I am unable to find a solution to this particular error. I would greatly appreciate any help that I can get.

  2. #2
    Join Date
    Jul 2011
    Beans
    4

    Re: Can't install Heroku Toolbelt

    I'm having the same issue.

  3. #3
    Join Date
    Oct 2013
    Beans
    1

    Re: Can't install Heroku Toolbelt

    Almost same here, but I get this error (it was in polish, translated via Google Translator):
    Code:
    W: Faiuled to fetch http://toolbelt.heroku.com/ubuntu/./Packages  302  Moved Temporarily [IP: 23.21.198.2 80]
    E: Unable to fetch some index files, they have been ignored or used with the older version.
    Reading package lists ... ready
    Building dependency tree
    Reading state information ... ready
    E: Could not find package Heroku-toolbelt
    It gave me different URL address. And whats that IP?

  4. #4
    Join Date
    Jul 2011
    Beans
    4

    Re: Can't install Heroku Toolbelt

    Well considering that Github is under attack atm (ddos?) i'm guessing it might have something to do with it.

  5. #5
    Join Date
    Mar 2006
    Location
    Bucharest
    Beans
    604

    Re: Can't install Heroku Toolbelt

    The standalone binary seems to work me:
    Code:
    wget -qO- https://toolbelt.heroku.com/install.sh | bash
    This script requires superuser access to install software.
    You will be prompted for your password by sudo.
    [sudo] password for embryo: 
    sh: 7: [[: not found
    Add the Heroku CLI to your PATH using:
    $ echo 'PATH="/usr/local/heroku/bin:$PATH"' >> ~/.profile
    Installation complete
    Then run it manually using /usr/local/heroku/bin/heroku (not a standard binary location, so you should add the path to your $PATH as instructed in the script).

    Code:
    /usr/local/heroku/bin/heroku 
    Usage: heroku COMMAND [--app APP] [command-specific-options]
    
    Primary help topics, type "heroku help TOPIC" for more details:
    
      addons    #  manage addon resources
      apps      #  manage apps (create, destroy)

  6. #6
    Join Date
    Jul 2011
    Beans
    4

    Re: Can't install Heroku Toolbelt

    Quote Originally Posted by Christmas View Post
    The standalone binary seems to work me:
    Code:
    wget -qO- https://toolbelt.heroku.com/install.sh | bash
    This script requires superuser access to install software.
    You will be prompted for your password by sudo.
    [sudo] password for embryo: 
    sh: 7: [[: not found
    Add the Heroku CLI to your PATH using:
    $ echo 'PATH="/usr/local/heroku/bin:$PATH"' >> ~/.profile
    Installation complete
    Then run it manually using /usr/local/heroku/bin/heroku (not a standard binary location, so you should add the path to your $PATH as instructed in the script).

    Code:
    /usr/local/heroku/bin/heroku 
    Usage: heroku COMMAND [--app APP] [command-specific-options]
    
    Primary help topics, type "heroku help TOPIC" for more details:
    
      addons    #  manage addon resources
      apps      #  manage apps (create, destroy)
    thanks, up and running

  7. #7
    Join Date
    Oct 2013
    Beans
    2

    Re: Can't install Heroku Toolbelt

    Thanks!!! This solved the problem!

  8. #8
    Join Date
    Mar 2006
    Location
    Bucharest
    Beans
    604

    Re: Can't install Heroku Toolbelt

    You're welcome

  9. #9
    Join Date
    Nov 2013
    Beans
    1

    Re: Can't install Heroku Toolbelt

    hi christmas,
    i followed your advice and installed heroku without any errors. and,
    when i executed command "which heroku", it returned "/usr/local/heroku/bin/heroku"
    i think it maybe right.but,
    when i executed like this "$heroku", the error occured with info “/usr/bin/env: ruby: No such file or directory"
    could you please do me a favour about this? i will really appreciate it, thx!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •