Wrong sbt bin path added to PATH environment variable on Windows
See original GitHub issueI installed sbt from the msi installer (sbt-0.13.9.msi
from http://www.scala-sbt.org/download.html) on a Windows 10 computer. I tried sbt
in the Windows console but it was not a recognized command.
After looking in the PATH
env variable I noticed that there was a typo:
C:\Program Files (x86)\sbt\\bin
instead of
C:\Program Files (x86)\sbt\bin
Issue Analytics
- State:
- Created 8 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Installing and running SBT on Windows 10 | by Brian Benz
ADD sbt\bin to the PATH. Two handy tips for this: For easy and error-free copying of the path, go to the sbt\bin directory,...
Read more >sbt.bat for windows - scala - Stack Overflow
I added in new value = PATH and value of the variable = C:\Program Files (x86)\Java\jre6\bin. Can you Add it in your answer...
Read more >Scala Tutorial 3 - How to Install and Setup SBT on Windows 10
SBT (Scala Build Tool, formerly Simple Build Tool) is an open source build tool for Scala and Java projects, similar to Java's Maven...
Read more >How to Fix "The system cannot find the path specified." Error in ...
It seems this error occurs when you have invalid paths in your PATH environment variable e.g. directories which don't exist anymore. To find...
Read more >Can not append values to PATH environment variable - GitLab
I have gitlab-ci-multi-runner 1.1.0 (a23a25ab) with shell executor on Ubuntu Server 14.04, and I am trying to add some environment variables ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Reproduced on Windows 10.
I tried new installer and chose “Repair” option in launcher - it didn’t fix the issue for me