Changes between Initial Version and Version 1 of Ticket #13197
- Timestamp:
- Jul 3, 2012, 10:46:32 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13197
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
R. Andrew Ohana
-
Property
Status
changed from
-
Ticket #13197 – Description
initial v1 1 1 Currently if you specify the egg-path when using setuptools' {{{setup.py develop}}}, it still places the absolute path in {{{easy_install.pth}}}. This causes issues with relocation. Currently this only affects the sage notebook (which works around it by using a sed command), but with #13190 it will also affect the sage library. Since the {{{easy_install.pth}}} file is regenerated whenever setuptools detects that it needs to be, trying to use sed commands to work around this issue is unrealistic. 2 3 New SPKG: http://wstein.org/home/ohanar/spkgs/setuptools-0.6.16.p1.spkg