Skip to content

Instantly share code, notes, and snippets.

@wjladams
Created October 12, 2018 17:17
Show Gist options
  • Save wjladams/0cb28707d54fe8dfc59e17ef06f31d1a to your computer and use it in GitHub Desktop.
Save wjladams/0cb28707d54fe8dfc59e17ef06f31d1a to your computer and use it in GitHub Desktop.
Updating anaconda
#!/bin/sh
conda update -n root conda
conda update --all
# Borrowed from https://stackoverflow.com/questions/45197777/how-do-i-update-anaconda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment