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!
Similar Posts:
- linux sudo java : command not found
- Ifconfig command not found for Linux Installation Errors [How to Solve]
- [Solved] Ls command not found is caused by the configuration of environment variables
- Mac uses graphviz package to report error failed to execute posixpath (‘dot ‘)
- How to Solve graphviz run Error in Pychart
- CentOS Error -bash:systemctl:command not found
- -bash: ls: command not found [How to Solve]
- Linux use the man command error: Man: command not found [How to Solve]
- [Solved] Linux Oracle bash: “sqlplus / as sysdba”: command not found
- adb: command not found [How to Solve]