Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fresh install via Package Control/Sublime Text 3 on Windows 7.. FILE NOT FOUND #298

Closed
mkanet opened this issue Nov 24, 2013 · 3 comments
Closed

Comments

@mkanet
Copy link

mkanet commented Nov 24, 2013

All I did was install SublimeREPL via Package Control. When I tried to use SublimeREPL on my F# code, I get a popup dialog box:

Cannot find REPL for 'fsharp'

If I try to access the menu item Tool\SublimeREPL\F# I get the below popup dialog box error message:

FileNotFoundError(2, 'The system cannot find the file specified.')

Is there something Windows users need to do differently in order to access the installed SublimeREPL package?

I dont know if this helps, when I got to my '%appdata%\Sublime Text 3' folder, I dont see a *.sublime-package package file for SublimeREPL. However, I did see a '%appdata%\Sublime Text 3\SublimeREPL' directory which appears to have all it's contents in there.

I noticed that on the Sublime Text forum thread, there seems to be other people with a similar issue. However, I didn't see a solution there.

Thanks so much for your effort for a fantastic plugin!

@wuub
Copy link
Owner

wuub commented Nov 24, 2013

Try the first answer in FAQ :)

http://sublimerepl.readthedocs.org/en/latest/#frequently-asked-questions

Preferences | Package Settings | SublimeREPL - Settings | User

{ # something like this
 "default_extend_env": {"PATH": "{PATH};c:\\program files\\pathrofsharpbin"}  
}

@mkanet
Copy link
Author

mkanet commented Nov 24, 2013

Thanks. That was it!

@mkanet mkanet closed this as completed Nov 24, 2013
@wuub
Copy link
Owner

wuub commented Nov 25, 2013

No problem @mkanet , glad I could help :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants