1
Setup & Installation / Re: PYTHON - v2 vs v3 and dependencies...
« Last post by Dave Yeo on Today at 12:25:28 am »Ok, thanks
OS2World.com Forum is back !!!
Remember to visit OS2World at:
http://www.os2world.com
ANPM comes with Python2 scripts to begin with.Are you sure about that? I thought that everything had been updated to python3. Looking, all the scripts simply call python, "#! /usr/bin/python -tt", which here is,
W:\usr\bin>python --version
Python 3.9.21
...With a HostOS (Windows/Linux), virtualization (Virtualbox), and Winflector (pipe 64-bit apps directly into OS/2), all running on a single modern hardware platform (laptop/desktop, i7, 32gb ram, ssd's), there are no OS/2 problems of any kind. The trend of use can be reversed, and made upward again...
You have already identified the problem: your python.exe is the same as python3.9.exe.
Just copy python2.7.exe over python.exe and you are fine.