We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On OSX, I'm getting /bin/sh: dot: command not found when I run dot->pict.
/bin/sh: dot: command not found
dot->pict
I do have graphviz installed.
graphviz
> which dot /opt/local/bin/dot
Do I need to do extra configuration/installation to get this package to work?
The text was updated successfully, but these errors were encountered:
Update:
I can get it to work if I run this before dot->pict:
(putenv "PATH" (~a (getenv "PATH") ":/opt/local/bin/" ))
Sorry, something went wrong.
No branches or pull requests
On OSX, I'm getting
/bin/sh: dot: command not found
when I rundot->pict
.I do have
graphviz
installed.Do I need to do extra configuration/installation to get this package to work?
The text was updated successfully, but these errors were encountered: