Re: [Distutils] Draft of new setuptools installation instructions

2006-10-03 Thread bear
r your version of Python (e.g. > ``setuptools-0.6c4-py2.4.egg``). Do NOT rename it. > > 2. Make it executable (e.g. ``chmod +x setuptools-0.6c4-py2.4.egg``) > I have to agree with the earlier comments that having a chmod step seems odd - just saying "run the egg as a shell

Re: [Distutils] Upgrading eggs from custom url

2006-04-20 Thread bear
Charlie Moad wrote: > When issuing an "--upgrade" option, can the "download_url" be checked > automatically, or is there an existing way I can get a handle on that > "download_url" variable to pass to easy_install? Any advice would be > appreciated. > Check out the --find-links option: ea