[New-bugs-announce] [issue17419] bdist_wininst installer should allow install in user directory

Sergio Callegari report at bugs.python.org
Thu Mar 14 17:58:04 CET 2013


New submission from Sergio Callegari:

When installing a package by calling setup you have a --user option to install the package for a single user in his disk area.

E.g.,

python setup.py install --user

A similar possibility should be offered via the windows installer

An exe created by

python setup.py bdist_wininst

when run should offer a tickbox to install in the user disk area rather than globally.

----------
messages: 184171
nosy: Sergio.Callegari
priority: normal
severity: normal
status: open
title: bdist_wininst installer should allow install in user directory
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17419>
_______________________________________


More information about the New-bugs-announce mailing list