[PYTHON] App installed from Windows10 32-bit scratch

The OS of Windows 10 flew with a little momentum, so I installed it from scratch. It is a memorandum of order that the development environment was prepared at that age.

Check for updates

The first thing to do after installation is to check for updates. It may be updated automatically even if you wait, but since it is impatient, I will update it manually. Enter Windows Update </ b> in "Enter here to search" and select "Check for updates" from the searched programs.

Install Google Chrome

This is a hobby, but I install Google Chrome. Install, log in and sync. Besides, change the web browser to Chrome from Change default app </ b>.

MinGW

Install MinGW </ b> as a C and C ++ development environment. https://osdn.net/projects/mingw/releases/

mingw-get-setup.exe

Install with. Only the minimum tools are installed. I don't think I will use fortran.

image.png

After checking the tools you want to install

Installation > Apply Changes

The installation will start with. After installation, I added the following two places to the environment variable PATH.

C:\MinGW\bin C:\MinGW\msys\1.0\bin

by the way,

MinGW Installation Manager (mingw-get) mingw-get-0.6.3-mingw32-pre-20170905-1-bin.zip

Then, I got the following error and could not install.

image.png

Terapad

This is also a complete hobby. Development seems to have stopped since 2012, so it may be necessary to switch.

https://tera-net.com/library/tpad.html

Since it is convenient to access it by right-clicking and context menu, put an alias in the "Send" folder.

C:\Users%USERNAME%\AppData\Roaming\Microsoft\Windows\SendTo

Github tools

https://github.com/nullivex/nodist/releases

From

32-bit Git for Windows Setup. https://git-scm.com/download/win

To install.

Python/Anaconda

https://www.anaconda.com/distribution/

image.png

I have installed Python 3.7 version, 32 Bit Graphical Installer.

Since I created the Anaconda3 folder directly under the C drive, I added the following two places to the environment variable PATH.

C:\Anaconda3 C:\Anaconda3\Scripts

After adding, I moved the WindowsApps PATH to the bottom. If this PATH is at the top level, the Microsoft Store will be launched when calling Python from the command line.

image.png

Arduino IDE

The Arduino IDE, on the other hand, was installed from the Microsoft Store. Enter "Arduino IDE" in the search on the home screen and search.

image.png

You will find the Arduino IDE, install it.

image.png

image.png