Bulk package updates using Conda
You want conda update –all. conda search –outdated will show outdated packages, and conda update –all will update them (note that the latter will not update you from Python 2 to Python 3, but the former will show Python as being outdated if you do use Python 2).