-
Notifications
You must be signed in to change notification settings - Fork 382
Installing Heroku Toolbelt on Windows 10 #1994
Comments
Your PATH has something invalid in it that Ruby doesn't like. I'm not sure
|
hi, i am currently facing the same problems too. please i don't know if the issue has been tackled by any chance because on google so far i still have not found any solutions. i would be glad to get a response. |
Try taking a look at your System PATH Environment Variable (I use Windows 10), and if the Heroku PATH variable doesn't include the "bin" directory, just add it and reboot your machine.. So if you had C:\Program Files\Heroku\ as the path, edit it to be C:\Program Files\Heroku\bin\ I experienced the same issue, and this was how I fixed it. I generally use a standard (non-admin Windows account) for security purposes, but as you know you'll need to run the Windows Control Panel as administrator to change the system variable, If you navigate to where you installed Heroku, you might notice the heroku.exe application file is in the bin directory... |
I've been having some issues installing the Heroku toolbelt on Windows 10, 64-bit.
It's the first time I install Heroku. I downloaded it from https://toolbelt.heroku.com/windows.
After installing, I tried launching a new Git Bash and typing
heroku login
but what I got back was bash:heroku: command not found
Running the same command on Windows Powershell, what I got back was
Any suggestions? I thought that googling those lines would help, but I haven't found much.
I followed the recommendation from here, but now when typing heroku login on the Powershell, nothing happens. Nothing changes on the Git Bash.
I checked, and the Heroku folder was added to the PATH.
I thought I'd ask for some help before installing anything else.
Thank you!
The text was updated successfully, but these errors were encountered: