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
run elan toolchain uninstall leanprover/lean4:nightly to try and remove that version
Actual: it fails to remove the locked file but leaves things in a bad state where the directory is still there by there's no easy way to clean it up except manually going in and removing the folder. Here's the log of what I'm talking about.
(ell) D:\git\leanprover\lean4-samples\GuessMyNumber>elan toolchain uninstall leanprover/lean4:nightly
info: uninstalling toolchain 'leanprover/lean4:nightly'
error: could not remove 'update hash' file: 'C:\Users\clovett.REDMOND.elan\update-hashes\leanprover--lean4---nightly'
info: caused by: The system cannot find the file specified. (os error 2)
elan toolchain uninstall leanprover/lean4:nightly
to try and remove that versionActual: it fails to remove the locked file but leaves things in a bad state where the directory is still there by there's no easy way to clean it up except manually going in and removing the folder. Here's the log of what I'm talking about.
(ell) D:\git\leanprover\lean4-samples\GuessMyNumber>elan toolchain uninstall leanprover/lean4:nightly
info: uninstalling toolchain 'leanprover/lean4:nightly'
error: could not remove 'update hash' file: 'C:\Users\clovett.REDMOND.elan\update-hashes\leanprover--lean4---nightly'
info: caused by: The system cannot find the file specified. (os error 2)
(ell) D:\git\leanprover\lean4-samples\GuessMyNumber>dir c:\Users\clovett.REDMOND.elan\update-hashes\
(ell) D:\git\leanprover\lean4-samples\GuessMyNumber>dir c:\Users\clovett.REDMOND.elan\toolchains
Now I can re-install that version.
The text was updated successfully, but these errors were encountered: