| 1 | initial version |
If you want multiple python versions installed, during a python installation, do not 'check' the option to 'set as default' for any python version. To activate a version, open a CMD window, set the environ variable "PYTHONHOME" to the path of the python version to be activated (like PYTHONHOME=c:\python27)
On situations like yours, I would uninstall all python versions and PSSe versions as well, then install them back. Every python installed should allow for adding additional modules using pip, else something went wrong.
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.