简体   繁体   中英

Is it necessary that default python should be python3.6 to download anaconda for python3.6?

I have installed python 3.6 but python 2.7.13 is default also I have anaconda for python 2.7.13. But I want anaconda for python 3.6 which is not default can I download it directly?

Is it necessary that default python should be python3.6 to download anaconda for python3.6?

No, its not. You can download the version for python3.6 directly from there website: https://www.continuum.io/downloads

Simply navigate to the above page and select linux.

Anaconda2 (for python 2.7.x) and Anaconda3 (for 3.5/6) can exist side by side

edit: To use one as the default python just set the path (windows control panel->system->environment variables OR .bashrc ) to point to the one you want to use as default. ps there is no need to include both on the path and it's probably a bad idea

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM