Modify ↓
Opened 17 years ago
Closed 17 years ago
#1999 closed enhancement (fixed)
default cmd_path for OS X
Reported by: | Joe Kiniry | Owned by: | Peter Kropf |
---|---|---|---|
Priority: | low | Component: | GraphvizPlugin |
Severity: | minor | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
As most OS X users use MacPorts, I suggest providing an appropriate default cmd_path for them. That path is "/opt/local/bin". Thus, I suggest that your cmd_path variable should have the following extra entry:
'darwin': '/opt/local/bin',
Attachments (0)
Note: See
TracTickets for help on using
tickets.
(In [3380]) Some changes to prep for a 0.7 release:
Renamed GraphvizMacro to Graphviz Added support for OS X when searching for commands. Fixes #1999. Expanded locations used when searching for commands.