Skip to content

hack / fix for dealing with graphviz .bat issue where space is in path  #262

@rsokl

Description

@rsokl

Find dot.bat file in env. E.g. at "C:\Users\Ryan S\.conda\envs\week3\Library\bin\dot.bat"

And edit it. The original file will contain

%~dp0.\graphviz\dot.exe %* 

Add quotes as so:

"%~dp0.\graphviz\dot.exe" %* 

and save - this should fix it

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationRegarding either the RTD page or the source documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions