Python: Difference between revisions

230 bytes added ,  9 March 2020
Line 303: Line 303:
# Change version of Python
# Change version of Python
conda install python=3.6
conda install python=3.6
# Update all packages
conda update --all
</syntaxhighlight>
</syntaxhighlight>
;Documentation
* [https://docs.conda.io/projects/conda/en/latest/commands/install.html <code>conda install</code>]
;Notes
* Use flag <code>--force-reinstall</code> to reinstall packages


==JSON==
==JSON==