Wednesday, March 4, 2020

Uninstalling Anaconda

https://docs.anaconda.com/anaconda/install/uninstall/

  • Windows
    • Use Windows Explorer to delete the envs and pkgs folders prior to running the uninstall in the root of your installation.
    • In the Control Panel, choose Add or Remove Programs or Uninstall a program, and then select Python 3.6 (Anaconda) or your version of Python.
  • macOS
    • Open the Terminal.app or iTerm2 terminal application, and then remove your entire Anaconda directory, which has a name such as anaconda2anaconda3, or ~/opt. Enter rm -rf ~/anaconda3 to remove the directory.
  • Linux
    • Open a terminal window, and then remove your entire Anaconda directory, which has a name such as anaconda2 or anaconda3, by entering rm -rf ~/anaconda3.

    สุดท้ายเข้าไปแก้ path ของ user เราซะหน่อย ที่ ~/.bashrc 

    export PATH="$PATH:/home/mskh3299/flutter/bin"

    export PATH="/usr/bin:$PATH"


No comments:

Post a Comment

Popular Posts