I installed Python 2.7.1 on CORESERVER.
I’ll omit the installation method as there are many helpful sites available for reference.
Reference Sites
・[CORESERVER][Python]CORESERVERでPython2.7.1を動かした - Weblog - yosida95’s site
・ワタシのート: CORESERVER(CORE-MINI)にPython2.6.6を入れた
・[言語][Python][メモ]CORESERVER に Python 2.5 をインストール | 漫ろで行こう
・CoreserverさんのローカルフォルダにPython2.5.5をインストールする | Oh!Happy.ORG Blog
After installation, when I checked the version with “python -V”, it still showed python2.4.3 and wasn’t reflecting the change.
It turned out the issue was that I hadn’t started bash.
・Reference: Python のインストール(Xrea編) - tomoyan.net
That’s all from the Gemba.