MAC install graphviz:
sudo port install graphviz
Execution error:
sudo: port: command not found
In fact, the environment variable is not set, and the following statement is executed:
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
Done!
MAC install graphviz:
sudo port install graphviz
Execution error:
sudo: port: command not found
In fact, the environment variable is not set, and the following statement is executed:
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
Done!