Changes

Jump to navigation Jump to search
==Additional Configuration==
 
Perl needed no additional configuration.
Ed installed additional new versions of:
*Python 2.7
*Anaconda 3 (with the add to path option)
 
Afterwards C:\Python27 and C:\Python27\Lib were added to the path. C:\Python27\python.exe was copied to C:\Python27\python2.exe and C:\ProgramData\Anaconda3\python.exe was copied to python3.exe. Users can therefore run either:
python -- runs python 3.7 in C:\ProgramData\Anaconda3
python3 -- runs python 3.7 in C:\ProgramData\Anaconda3
python3 -- runs python 2.7 in C:\Python27

Navigation menu