# conda

# create

conda create -n py27 python=2.7 anaconda
1

# 確認

conda info -e
1