main icon indicating copy to clipboard operation
main copied to clipboard

Support per-user site-packages directory (PEP 370)

Open ironpythonbot opened this issue 10 years ago • 2 comments

PEP 370[1] specifies where a per-user site-packages directory should go. Right now IronPython picks up the normal Python one, which means that changes to site.py will be required. PEP 370 should be examined to determine exactly where the per-user site-packages for IronPython should go.

Work Item Details

Original CodePlex Issue: Issue 30070 Status: Active Reason Closed: Unassigned Assigned to: jdhardy Reported on: Jan 28, 2011 at 9:18 AM Reported by: jdhardy Updated on: Feb 22, 2013 at 2:09 AM Updated by: jdhardy

ironpythonbot avatar Dec 09 '14 17:12 ironpythonbot

On 2011-02-17 14:04:28 UTC, jdhardy commented:

  1. site.py pulls its info from sysconfig.py, which is what needs to be changed.

  2. on Windows, it should be something like %APPDATA%\Python\IronPython26\site-packages

ironpythonbot avatar Dec 09 '14 17:12 ironpythonbot

On 2011-02-22 06:31:06 UTC, jdhardy commented:

Fixed for Windows in 06f2ad7, but posix is still an open question.

ironpythonbot avatar Dec 09 '14 17:12 ironpythonbot