A story about building an IDE environment with WinPython on an old Windows OS.

First of all.

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.

If you do not choose WinPython and Python Ver.

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.

What you don't need. Until it starts.

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

A story about building an IDE environment with WinPython on an old Windows OS.
Let's get started with Python ~ Building an environment on Windows 10 ~
A story about how Windows 10 users created an environment to use OpenCV3 with Python 3.5
Building a LaTeX environment on Chrome OS
Building a Python 3.6 environment with Windows + PowerShell
Building an environment for "Tello_Video" on Windows
Building an environment for "Tello_Video" on Mac OS X
Building a TensorFlow environment that uses GPU on Windows 10
Procedure for building a CDK environment on Windows (Python)
Create an OpenAI Gym environment with bash on Windows 10
A story about a Linux beginner putting Linux on a Windows tablet
A story about installing matplotlib using pip with an error
A story about an amateur making a breakout with python (kivy) ②
A story about an amateur making a breakout with python (kivy) ①
A story about a GCP beginner building a Minecraft server on GCE
Building a kubernetes environment with ansible 2
Building a Python environment on Mac
Building a Python environment on Ubuntu
Building a virtual environment with Python 3
Create a Linux environment on Windows 10
Building a kubernetes environment with ansible 1
Build a 64-bit Python 2.7 environment with TDM-GCC and MinGW-w64 on Windows 7
Building a Windows 7 environment for getting started with machine learning with Python
A story about putting Chrome OS (not Chromium) on surface GO
Building a development environment with Maven on Google App Engine [Java]
Building an environment to run ChainerMN on a GPU instance on AWS
Everything from building a Python environment to running it on Windows
[Pyenv] Building a python environment with ubuntu 16.04
[Python] Building an environment with Anaconda [Mac]
Building a Python3 environment with Amazon Linux2
Procedure for building a kube environment on amazon linux2 (aws) ~ (with bonus)
A story about machine learning with Kyasuket
Steps to create a Python virtual environment with VS Code on Windows
[Memorandum] A story about trying OpenCV tutorial (face recognition) in a Windows environment
Build an environment with pyenv, pyenv-virtualenv, jupyter on OS X El Capitan
Creating a python virtual environment on Windows
A story about creating an anonymous channel on Slack from zero knowledge
I built a TensorFlow environment on windows10
A story about a 503 error on Heroku open
Building an environment for "Tello_Video" on Raspbian
A story about trying to install uwsgi on an EC2 instance and failing
A story about making an x86 bootloader that can boot vmlinux with Rust
Build a WardPress environment on AWS with pulumi
Building a python environment with virtualenv and direnv
Simply build a Python 3 execution environment on Windows
Build a python environment with ansible on centos6
Building an Anaconda environment for Python with pyenv
Building a Python environment with WLS2 + Anaconda + PyCharm
Various commands for building an environment with Apache
A story about displaying article-linked ads on Jubatus
Building an environment for matplotlib + cartopy on Mac
A story about implementing a login screen with django
A story about running Python on PHP on Heroku
Think about building a Python 3 environment in a Mac environment
Try building an environment for MayaPython with VisualStudioCode
Building a Python environment on a Sakura VPS server
Create a Python virtual development environment on Windows
I tried to build an environment with WSL + Ubuntu + VS Code in a Windows environment
Create an exe file that works in a Windows environment without Python with PyInstaller
Until you create a machine learning environment with Python on Windows 7 and run it
A story about an error when loading a TensorFlow model created with Google Colab locally