-
Notifications
You must be signed in to change notification settings - Fork 164
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
Issue with PATH env #21
Comments
Hello @albertzsigovits,
Best regards |
Input: Output: Why is it still trying to look for a PATH variable when --renderer-binary should take precedence? |
It is now normaly fixed in 2fe9986, just make a There were some issues in the way The Cheers. |
You rock! Works now. |
how can this be done on mac? im having the same problem |
For macos use this. brew tap homebrew/cask |
Got some issue with the PATH env.
I'm trying to make it work under Win7.
set PHANTOMJS_BIN="C:\Program Files\phantomjs"
[WinError 2] The system cannot find the file specified
[ERROR][http://abc.xyz:80] renderer binary could not have been found in your current PATH environment variable, exiting
Tried with explicitly adding -r phantomjs, or chrome, chromium, none of them work.
The text was updated successfully, but these errors were encountered: