Skip to content

Instantly share code, notes, and snippets.

View aldookware's full-sized avatar
:octocat:
Focusing

Aldo Okware aldookware

:octocat:
Focusing
View GitHub Profile
@aldookware
aldookware / conda_cheat
Created March 17, 2019 09:24 — forked from qheuristics/conda_cheat
conda cheatsheet
to create a new environment
conda create -n mynewenviron package1 package2 etc
conda create -n newenv --clone ~anaconda
to remove an environment
conda remove -n myenvirontoremove --all
always start with