python - installing Anaconda on windows -


currently have python 2.7 installed, , decided install anaconda (same version). questions are:

  1. what safest way it? uninstall python 2.7 first?
  2. can move packages installed on old python version manually (without reinstalling them again)?
  3. should change in path variable afterwards?
  4. 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

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -