You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This still occurs when launching from Terminal or Gui on Mac OS (Yosemite)
Uncaught BufferedProcessError: Failed to spawn command pep8. Make sure pep8 is installed and on your PATH
Uncaught BufferedProcessError: Failed to spawn command pylint. Make sure pylint is installed and on your PATH
_This package relies on having psc-ide installed. Version 0.3.0.0 is supported (release). This runs a server process, psc-ide-server, to provide type information, completions, etc. This package will automatically start psc-ide-server in your project directory (port is configurable) and kill it when closing, if for some reason you want a longer running server process you should be able to start that before starting atom.
You must install the atom package language-purescript! You should optionally install atom packages Linter or Build if you want build support, see below._
I can confirm that I have installed language-purescript plugin as well. I'm not sure which optional Linter or Build you mean? I guess you mean the base Linter (with Cow powers)? https://github.com/atom-community/linter
I have psc-ide and psc-ide-server installed and on my path. pulp was installed via npm and I can see it in ~/npm/bin
General OSX/atom issue, dotfiles don't influence the PATH when not run from a command shell. There is a workaround package but not ideal, see if atom will fix sometime...
Failed to spawn command
pulp
. Make surepulp
is installed and on yourPATH
What am I missing in my configuration?
Might be related to this issue? steelbrain/linter#150
ie.
https://libraries.io/atom/ide-purescript
_This package relies on having psc-ide installed. Version 0.3.0.0 is supported (release). This runs a server process, psc-ide-server, to provide type information, completions, etc. This package will automatically start psc-ide-server in your project directory (port is configurable) and kill it when closing, if for some reason you want a longer running server process you should be able to start that before starting atom.
You must install the atom package language-purescript! You should optionally install atom packages Linter or Build if you want build support, see below._
I can confirm that I have installed
language-purescript
plugin as well. I'm not sure which optionalLinter
orBuild
you mean? I guess you mean the baseLinter
(with Cow powers)?https://github.com/atom-community/linter
I have
psc-ide
andpsc-ide-server
installed and on my path.pulp
was installed via npm and I can see it in~/npm/bin
in my `~/.bash_profile
I can run
pulp
just fine from the command line.I can see
psc-ide-server
running in my Activity Monitor (Mac OSX)The text was updated successfully, but these errors were encountered: