vertexclique / tokamak

Fusion Reactor for Rust - Atom Rust IDE
https://vertexclique.github.io/tokamak/
MIT License
399 stars 13 forks source link

Claims cannot find rustc etc on Windows #2

Closed dten closed 8 years ago

dten commented 8 years ago

https://github.com/vertexclique/tokamak/blob/c38cb507ae758c7ef75c450a0da5440d6bd45951/lib/tokamak.coffee#L191

This is using where to see if stuff is on the path. where isn't a thing in Windows (although which is).

Also I get the error despite manually setting the paths

image

Diggsey commented 8 years ago

@dten You've got that the wrong way around: where is a thing on windows, but which isn't (unless you have msys on your PATH)

dten commented 8 years ago

Yep. I always get that the wrong way around :D anyway it's using a unix only thing which doesn't exist on windows