Re: Relocatable binary installs....

2005-01-31 Thread Steve Holden
Fredrik Lundh wrote: Steve Holden wrote: Is there a way to make a relocateable python binary... that is... a python installation that won't care where it is on the machine... and won't care if it gets put somewhere else besides / ? the standard CPython interpreter is 100% "relocatable". If you

Re: Relocatable binary installs....

2005-01-31 Thread Fredrik Lundh
Steve Holden wrote: >>>Is there a way to make a relocateable python binary... that is... a >>>python installation that won't care where it is on the machine... and >>>won't care if it gets put somewhere else besides / ? >> >> >> the standard CPython interpreter is 100% "relocatable". If you thin

Re: Relocatable binary installs....

2005-01-31 Thread Steve Holden
Fredrik Lundh wrote: [EMAIL PROTECTED] wrote: Is there a way to make a relocateable python binary... that is... a python installation that won't care where it is on the machine... and won't care if it gets put somewhere else besides / ? the standard CPython interpreter is 100% "relocatable". If

Re: Relocatable binary installs....

2005-01-31 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > Is there a way to make a relocateable python binary... that is... a > python installation that won't care where it is on the machine... and > won't care if it gets put somewhere else besides / ? the standard CPython interpreter is 100% "relocatable". If you think it i