-
- 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
anaconda2
,anaconda3
, or~/opt
. Enterrm -rf ~/anaconda3
to remove the directory.
- Open the Terminal.app or iTerm2 terminal application, and then remove your entire Anaconda directory, which has a name such as
-
- Linux
- Open a terminal window, and then remove your entire Anaconda directory, which has a name such as
anaconda2
oranaconda3
, by enteringrm -rf ~/anaconda3
.
- Open a terminal window, and then remove your entire Anaconda directory, which has a name such as
- สุดท้ายเข้าไปแก้ path ของ user เราซะหน่อย ที่ ~/.bashrc
- export PATH="$PATH:/home/mskh3299/flutter/bin"
- export PATH="/usr/bin:$PATH"
Wednesday, March 4, 2020
Uninstalling Anaconda
https://docs.anaconda.com/anaconda/install/uninstall/
No comments:
Post a Comment