Skip to content

Instantly share code, notes, and snippets.

@qqpann
Created November 28, 2018 09:52
Show Gist options
  • Save qqpann/17d055fc80f5c6dba0c4e612e2eba32d to your computer and use it in GitHub Desktop.
Save qqpann/17d055fc80f5c6dba0c4e612e2eba32d to your computer and use it in GitHub Desktop.
[Conda env Quick reference] #conda #python
conda env list
conda info -e
conda create -n py35 python=3.5 ipython
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment