While reading the introduction to the Python 3 system, I was reading the introduction to data analysis using Python. When I tried to build an IDE because the story goes on in an integrated development environment, I stumbled unexpectedly on Windows Server 2008 R2 64bit, so I will write it as a memorandum for older Windows users.
This time I put it in WinPython, but if you put it in anaconda, that may be easier for some people. The O'Reilly book above has a long history of mentioning Enthought Canopy and Python (x, y), but it doesn't seem to be very major now. It seems that Python 2.7 series is recommended because it was 3 years ago, but if you are starting now, it is such an environment that 3 series is recommended.
It seems that if you put the Python body first and mess with environment variables etc. from the unnecessary ones, it will be messed up, so let's stop.
If it is Windows 8 or earlier, there is visual studio, so put it first. Microsoft Visual C++ Redistributable for Visual Studio 2015 If you check from windows update for updates in visual studio here, you will not be told that there are no necessary files.
Without thinking too much, drop the latest version of WinPython installer that suits your environment. After tapping and agreeing and installing in a folder with an appropriate name (C: \ WinPython in this example) directly under C , tamper with the environment variables.
From the control panel, go to System → Advanced system settings and change the environment variable near the bottom of the dialog to path.
;C:\WinPython-64bit-3.4.4.5;C:\WinPython-64bit-3.4.4.5\python-3.4.4.amd64\Scripts
Add.
If PYHTON HOME is strange
C:\WinPython\python-3.4.4
Replace with.
that's all. After that, start the one you like from the application in the appropriate folder.
Recommended Posts