This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Saimadhav.Heblikar
Recipients BreamoreBoy, Saimadhav.Heblikar, dstufft, peter.otten, rhettinger, terry.reedy
Date 2015-03-14.15:32:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426347164.75.0.130245184374.issue23551@psf.upfronthosting.co.za>
In-reply-to
Content
The proof of concept is almost ready.
I have a couple of questions to anyone familiar with pip api (and on windows for question 2)

1. Is a restart of the interpreter absolutely required for pip.operations.freeze.freeze() to reflect changes?(install/uninstall)?

2. (Windows particular) Is a permission similar to sudo required to install packages using pip? If not, would it be OK to install only to user home director in *nix? Doing so would be allow code to be same across platforms. It would also prevent asking the end user where they want the package to be installed.
History
Date User Action Args
2015-03-14 15:32:44Saimadhav.Heblikarsetrecipients: + Saimadhav.Heblikar, rhettinger, terry.reedy, peter.otten, BreamoreBoy, dstufft
2015-03-14 15:32:44Saimadhav.Heblikarsetmessageid: <1426347164.75.0.130245184374.issue23551@psf.upfronthosting.co.za>
2015-03-14 15:32:44Saimadhav.Heblikarlinkissue23551 messages
2015-03-14 15:32:44Saimadhav.Heblikarcreate