Skip to content

Instantly share code, notes, and snippets.

@skrish13
Last active January 4, 2017 19:20
Show Gist options
  • Save skrish13/14f0c32d454c312a19b8ff593f85f614 to your computer and use it in GitHub Desktop.
Save skrish13/14f0c32d454c312a19b8ff593f85f614 to your computer and use it in GitHub Desktop.
Starting of small files containing repetitive processes one might run into while using Python, Bash :P
  • Removing conda safely
    • rm -rf /path/to/anaconda/
    • vim ~/.bashrc
    • #comment out or delete - the line where conda was added to path
    • source ~/.bashrc
    • #now enjoy! :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment