conda search --full-name pythonconda search -f python | Check versions of Python available to install |
conda create -n snakes python=3.4 | Install different version of Python in new environment |
conda search --full-name pythonconda search -f python | Check versions of Python available to install |
conda create -n snakes python=3.4 | Install different version of Python in new environment |