Advertisement
Guest User

rust pls

a guest
Aug 17th, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. ~/.cargo/bin$ ./rustup self uninstall && curl https://sh.rustup.rs -sSf | sh
  2.  
  3.  
  4. Thanks for hacking in Rust!
  5.  
  6. This will uninstall all Rust toolchains and data, and remove $HOME/.cargo/bin
  7. from your PATH environment variable.
  8.  
  9. Continue? (y/N) y
  10.  
  11. info: removing rustup home
  12. info: removing cargo home
  13. info: removing rustup binaries
  14. info: rustup is uninstalled
  15. sh: 0: getcwd() failed: No such file or directory
  16. info: downloading installer
  17. error: it looks like you have an existing installation of Rust at:
  18. error: /usr/bin
  19. error: rustup cannot be installed alongside Rust. Please uninstall first
  20. error: if this is what you want, restart the installation with `-y'
  21. error: cannot install while Rust is installed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement