blingpana.blogg.se

Anaconda python install
Anaconda python install









Here we have seen the installation of anaconda python and seen how to have two different versions of pythons. This was a guide to install Anaconda distribution with python. Since the conda environment is independent of each other, you create any number of the environment with different versions of python or any other packages.

anaconda python install

This will start the environment, which will have python 2.7. Running this will create a new env in anaconda named as “env_name” to start the environment type.If you want to have another version of python, say python2.7, in your project, then you can create a separate environment with python2.7.If you have reached this step, then Congratulation you have Installed Anaconda Python Successfully on your system. To Restart the Anaconda Prompt and use python, you can start selecting Anaconda Prompt and type the “python” command to start the python interpreter.To close the Anaconda Prompt, you can either close it using the command exit or use the mouse to close.You can close the python interpreter by typing “exit()” and press enter.You should see the Zen of Python by Tim Peters.

anaconda python install anaconda python install

The greater than symbols > indicates that the python interpreter is running. Type the python command in the anaconda prompt window and hit enter:











Anaconda python install