> Short version: > No distributions at all found for Pinax
> Where did I go wrong?
> (I guess I would prefer to install fresh-start...)
> -- > You received this message because you are subscribed to the Google Groups > "Pinax Users" group. > To post to this group, send email to pinax-users@googlegroups.com. > To unsubscribe from this group, send email to > pinax-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/pinax-users?hl=en.
> (In other words, extra-index instead of extra-index-url.)
> Or maybe it was just today instead of yesterday?
I have to trace thru that "extra-index" thing; that shouldn't work, so
I need to follow up, report what's going on....
Maybe you had some other typo; I had pip 1.01, but just upgragded.
Here's what I got:
------
MacBook-Pro:tmp yarko$ pwd
/Users/yarko/tmp
MacBook-Pro:tmp yarko$ virtualenv --no-site-packages Foo
New python executable in Foo/bin/python
Installing setuptools............done.
Installing pip...............done.
MacBook-Pro:tmp yarko$ source Foo/bin/activate
(Foo)MacBook-Pro:tmp yarko$ pip install --extra-index-url=http://
dist.pinaxproject.com/fresh-start Pinax
Downloading/unpacking Pinax
Downloading Pinax-0.9a2.dev1016.tar.gz (1.4Mb): 1.4Mb downloaded
Running setup.py egg_info for package Pinax
warning: no files found matching 'INSTALL*'
warning: no files found matching '*.po' under directory 'pinax/
locale'
warning: no files found matching '*.mo' under directory 'pinax/
locale'
warning: no files found matching '*' under directory 'pinax/
templates'
warning: no files found matching '*' under directory 'pinax/apps/*/
fixtures'
warning: no files found matching '*' under directory 'pinax/
projects/*/site_media'
warning: no files found matching '*' under directory 'pinax/
projects/*/apps/*/templates'
Installing collected packages: Pinax
Running setup.py install for Pinax
warning: no files found matching 'INSTALL*'
warning: no files found matching '*.po' under directory 'pinax/
locale'
warning: no files found matching '*.mo' under directory 'pinax/
locale'
warning: no files found matching '*' under directory 'pinax/
templates'
warning: no files found matching '*' under directory 'pinax/apps/*/
fixtures'
warning: no files found matching '*' under directory 'pinax/
projects/*/site_media'
warning: no files found matching '*' under directory 'pinax/
projects/*/apps/*/templates'
Installing pinax-admin script to /Users/yarko/tmp/Foo/bin
Successfully installed Pinax
Cleaning up...
(Foo)MacBook-Pro:tmp yarko$ pip --version
pip 1.0.1 from /Users/yarko/tmp/Foo/lib/python2.6/site-packages/
pip-1.0.1-py2.6.egg (python 2.6)
(Foo)MacBook-Pro:tmp yarko$
Options: -h, --help show this help message and exit -E DIR, --environment=DIR virtualenv environment to run pip in (either give the interpreter or the environment base directory) -s, --enable-site-packages Include site-packages in virtualenv if one is to be created. Ignored if --environment is not used or the virtualenv already exists. -v, --verbose Give more output -q, --quiet Give less output --log=FILENAME Log file where a complete (maximum verbosity) record will be kept --proxy=PROXY Specify a proxy in the form user:pas...@proxy.server:port. Note that the user:password@ is optional and required only if you are behind an authenticated proxy. If you provide u...@proxy.server:port then you will be prompted for a password. --timeout=SECONDS, --default-timeout=SECONDS Set the socket timeout (default 15 seconds) -e VCS+REPOS_URL[@REV]#egg=PACKAGE, --editable=VCS+REPOS_URL[@REV]#egg=PACKAGE Install a package directly from a checkout. Source will be checked out into src/PACKAGE (lower-case) and installed in-place (using setup.py develop). You can run this on an existing directory/checkout (like pip install -e src/mycheckout). This option may be provided multiple times. Possible values for VCS are: svn, git, hg and bzr. -r FILENAME, --requirement=FILENAME Install all the packages listed in the given requirements file. This option can be used multiple times. -f URL, --find-links=URL URL to look for packages at -i URL, --index-url=URL, --pypi-url=URL Base URL of Python Package Index (default http://pypi.python.org/simple) --extra-index-url=URL Extra URLs of package indexes to use in addition to --index-url --no-index Ignore package index (only looking at --find-links URLs instead) -b DIR, --build=DIR, --build-dir=DIR, --build-directory=DIR Unpack packages into DIR (default /home/carl/build) and build from there -d DIR, --download=DIR, --download-dir=DIR, --download-directory=DIR Download packages into DIR instead of installing them --download-cache=DIR Cache downloaded packages in DIR --src=DIR, --source=DIR, --source-dir=DIR, --source-directory=DIR Check out --editable packages into DIR (default /home/carl/src) -U, --upgrade Upgrade all packages to the newest available version -I, --ignore-installed Ignore the installed packages (reinstalling instead) --no-deps, --no-dependencies Ignore package dependencies --no-install Download and unpack all packages, but don't actually install them --no-download Don't download any packages, just install the ones already downloaded (completes an install run with --no-install) --install-option=INSTALL_OPTIONS Extra arguments to be supplied to the setup.py install command (use like --install-option="--install- scripts=/usr/local/bin"). Use multiple --install- option options to pass multiple options to setup.py install. If you are using an option with a directory path, be sure to use absolute path.
On Tue, Jul 26, 2011 at 3:06 PM, bobhaugen <bob.hau...@gmail.com> wrote: > On Jul 25, 3:12 pm, Yarko <yark...@gmail.com> wrote: >> Maybe you had some other typo;
> I don't think so, but anything is possible.
> I retrieved the previous command from bash history and just removed > the "-url".
> -- > You received this message because you are subscribed to the Google Groups "Pinax Users" group. > To post to this group, send email to pinax-users@googlegroups.com. > To unsubscribe from this group, send email to pinax-users+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/pinax-users?hl=en.