[New-bugs-announce] [issue38601] Couldn't able to install multiple python minor version in windows

Kiran Kumar Kotari report at bugs.python.org
Sun Oct 27 08:09:24 EDT 2019


New submission from Kiran Kumar Kotari <kirankotari at live.com>:

Today, Python 2.x/3.x Windows installation script is check for any python minor versions installed from the same train and updating it. This creates a problem of checking the project features. We solved multi-trains like 3.5 and 3.6 installation using pyenv-win but the minor version was a problem due to EXE file validation before installation and if any it updates the same. 

Can you please help us on updating the EXE script to with 
 - validate the minor versions by default
 - off the validate the minor version on installation

This feature helps us with minor version validation.

----------
components: Installation
messages: 355463
nosy: kkotari
priority: normal
severity: normal
status: open
title: Couldn't able to install multiple python minor version in windows
versions: Python 2.7, Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38601>
_______________________________________


More information about the New-bugs-announce mailing list