oscar-system / Polymake.jl

Interface to Polymake using CxxWrap
Other
29 stars 19 forks source link

wslview: make configuration more robust #420

Closed benlorenz closed 1 year ago

benlorenz commented 1 year ago

fixes #417

This will print the following once after autoconfiguration:

┌ Warning: /usr/bin/wslview not found, to use native viewers for
│          visualization on Windows (with WSL) please install wslview
│          and run `Polymake.configure_wslview()` afterwards.
└ @ Polymake ~/Polymake.jl/src/visual.jl:150

Subsequent starts of Polymake.jl will not print this warning, until it is updated, loaded from a different source directory, or the scratchspace is cleared.