python - installing Anaconda on windows -
currently have python 2.7 installed, , decided install anaconda (same version). questions are:
- what safest way it? uninstall python 2.7 first?
- can move packages installed on old python version manually (without reinstalling them again)?
- should change in path variable afterwards?
- i'm working pycharm. there way change automatically interpreter of existing projects?
my motivation:
i'm in charge of ~50 students (python noobies) in university course. since i'm having difficulties supporting installation of each , every 1 of them, thought moving anaconda can me save time , future problems. since of them started working on projects, want transition clean possible.
thanks!
anaconda installs separate python, there no need old one. anaconda installer sets path variable automatically.
as packages, best bet if there package need doesn't come anaconda install conda, or using pip if isn't available conda.
i don't know pycharm if search stackoverflow should find question same.
Comments
Post a Comment