click https://github.com/kabrau/blog/wiki
http://www.idiotinside.com/2015/05/10/python-auto-generate-requirements-txt/
list
- conda info --envs
create
- conda create -n myenv python=3.4
active
- activate TensorFlow
desactive
- deactivate
remove
- conda remove --name TensorFlow --all