You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the line is currently written, installing Gtk.jl failed for me because I didn't have libgtk-3-dev and I wasn't given an opportunity to answer yes when apt-get prompted for permission to continue the install.
An easy fix would be to insert --yes between apt-get and install on line 454 of dependencies.jl. The --yes option is, in fact, intended for non-interactive installs.
The text was updated successfully, but these errors were encountered:
As the line is currently written, installing
Gtk.jl
failed for me because I didn't havelibgtk-3-dev
and I wasn't given an opportunity to answer yes when apt-get prompted for permission to continue the install.An easy fix would be to insert
--yes
betweenapt-get
andinstall
on line 454 ofdependencies.jl
. The--yes
option is, in fact, intended for non-interactive installs.The text was updated successfully, but these errors were encountered: