Skip to content

Instantly share code, notes, and snippets.

View keanecodes's full-sized avatar
😶
sweat -> push -> "wait wat?"

Keane :] keanecodes

😶
sweat -> push -> "wait wat?"
View GitHub Profile
this gist is forked from https://gist.github.com/gwangjinkim/f13bf596fefa7db7d31c22efd1627c7a
####################################
# create conda environment
####################################
conda create --name myenv
# enter the environment
conda activate myenv