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
its common to install software into ´~/.local´ when superuser access is not availiable, however after installation rustc complains about missing shared libs instead of executing
a simple workaround seems to be to add ´~/.local/lib´ to the ´LD_LIBRARY_PATH´ env var´
printing a message to help with that seems sensible