Basics of environment management with Python Conda

preview_player
Показать описание
If you are using the latest anaconda version, you are using Python 3x. If you wish to use Python 2x, you need a condas environment to manage the verison. This tutorial will go over that.

Codes:
python --version
conda create --name kitty python=2
source activate kitty
source deactivate
conda env remove --name kitty

Author:
Syed (Sadat) Nazrul
Рекомендации по теме
Комментарии
Автор

thanks, it really easy to understand it.

nizamarusada