question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Wrong sbt bin path added to PATH environment variable on Windows

See original GitHub issue

I 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:closed
  • Created 8 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
vdabravolskicommented, Oct 7, 2016

Reproduced on Windows 10.

1reaction
AmirMeirbekovcommented, Sep 17, 2016

I tried new installer and chose “Repair” option in launcher - it didn’t fix the issue for me

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found