Expected behavior
As a user, I want to get the latest version of Python when calling ide install python so that I don't have to look for the latest version myself or additionally type latest.
Actual behavior
When executing ide install python IDEasy does not install the latest version of Python. Additionally, the version it chooses does not have a Windows download URL (versions 3.11.10 and 3.11.11) and the installation therefore fails.
Steps to reproduce (bug) / Use Case of feature request (enhancement)
- Make sure Python is not installed
- Execute ide install python
Related/Dependent Issues
#38
Affected version:
- OS: Windows; Linux/MacOS need to be tested
Expected behavior
As a user, I want to get the latest version of Python when calling
ide install pythonso that I don't have to look for the latest version myself or additionally typelatest.Actual behavior
When executing ide install python IDEasy does not install the latest version of Python. Additionally, the version it chooses does not have a Windows download URL (versions
3.11.10and3.11.11) and the installation therefore fails.Steps to reproduce (bug) / Use Case of feature request (enhancement)
Related/Dependent Issues
#38
Affected version: