-
Notifications
You must be signed in to change notification settings - Fork 45
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
Cannot find purs executable on Windows #34
Comments
FWIW the new psc-package tests for Pulp don't seem to have this problem on Pulp's Windows CI (although they're not quite passing yet), so I don't think this is entirely to do with Windows. @ricksanchez could you possibly try to narrow down what might be going on, or guess why this might not be happening on AppVeyor but is happening on on your machine? See: https://ci.appveyor.com/project/bodil/pulp/build/1.0.520 |
Well, I don't see a direct usage of psc-package in that script, it seems to be related to pulp instead of psc-package. |
Yes, but pulp does use psc-package in those tests. Although come to think of it I think it only uses |
I had this problem last night. I fixed it by putting I think the problem is that |
I have the psc-package source on my windows machine. Maybe I could take a crack at a PR. |
As a side note, the same thing happens when using Cygwin:
In this case, it should probably not be using |
* Bump lists * test-unit * boomerang * Typo * Typo ;-)
I believe this is now fixed for users who install from chocolatey and from the npm package, which now uses https://github.com/justinwoo/npm-psc-package-bin-simple |
purs is an available command in my terminal and pulp doesn't have any problem to find it, however psc-package cannot find it:
psc-package.exe: purs: createProcess: does not exist (No such file or directory).
In PowerShell:
The text was updated successfully, but these errors were encountered: