2. Remove the following directory:
- /Applications/Canopy.app
- also you can uninstall it by using mouse operation "Click".
3. Remove the residual files:
sudo rm /Users/<your_username>/Library/Enthought
4. Remove the hidden folder:
- ~/ls -a # listing all the files and folders including hidden one
- sudo rm ~/.canopy
5. After uninstalling Canopy, if you got the following messages when turning on the terminal:
-bash: /Users/<your_username>/Library/Enthought/Canopy_64bit/User/bin/activate: No such file or directory
You can solve this problem by
- ~/ls -a # listing all the files and folders including hidden one
- sudo vi ~/.bash_profile # opening the bash_profile by vim
- Keyboard operations: "ESC" and "i" # insert mode
- Removing the lines which contain the offending file names.
- Keyboard operations: "ESC", ":wq" # Save and exit