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
Once asdf uninstall erlang <version> is done it becomes impossible to install it again:
$ asdf install erlang 25.3
asdf_25.3 is not a kerl-managed Erlang/OTP installation
The asdf_25.3 build has been deleted
Extracting source code
Building Erlang/OTP 25.3 (asdf_25.3), please wait...
WARNING: You appear to have BOTH rpm and dpkg. This is very strange. No package checks done.
APPLICATIONS DISABLED (See: /home/nick/.asdf/plugins/erlang/kerl-home/builds/asdf_25.3/otp_build_25.3.log)
* odbc : ODBC library - link check failed
APPLICATIONS INFORMATION (See: /home/nick/.asdf/plugins/erlang/kerl-home/builds/asdf_25.3/otp_build_25.3.log)
* wx : wxWidgets was not compiled with --enable-webview or wxWebView developer package is not installed, wxWebView will NOT be available
Building docs...
Erlang/OTP 25.3 (asdf_25.3) has been successfully built
ERROR: Installation (asdf_25.3) already registered for this location (/home/nick/.asdf/installs/erlang/25.3)
$ asdf uninstall erlang 25.3
No such version
That's because entry to otp_installations is added but not removed, then there's a check on that entry and installation fails:
Once
asdf uninstall erlang <version>
is done it becomes impossible to install it again:That's because entry to
otp_installations
is added but not removed, then there's a check on that entry and installation fails:The text was updated successfully, but these errors were encountered: