Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
How can pip install a GitHub code drop?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Phlip  
View profile  
 More options Nov 15, 12:16 pm
Newsgroups: comp.lang.python
From: Phlip <phlip2...@gmail.com>
Date: Sun, 15 Nov 2009 09:16:11 -0800 (PST)
Local: Sun, Nov 15 2009 12:16 pm
Subject: How can pip install a GitHub code drop?
Not Hyp:

Suppose I have a Python library, complete with a respectable setup.py.

How can I point pip at the repo to install the library?

if I use this...

sudo pip -e git+git://github.com/Phlip/Kozmiq.git

...I get an editable drop in a ~/src/ folder.

--
  Phlip
  http://c2.com/cgi/wiki?ZeekLand


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Wolodja Wentland  
View profile  
 More options Nov 15, 7:11 pm
Newsgroups: comp.lang.python
From: Wolodja Wentland <wentl...@cl.uni-heidelberg.de>
Date: Mon, 16 Nov 2009 01:11:42 +0100
Local: Sun, Nov 15 2009 7:11 pm
Subject: Re: How can pip install a GitHub code drop?

On Sun, Nov 15, 2009 at 09:16 -0800, Phlip wrote:
> How can I point pip at the repo to install the library?
> sudo pip -e git+git://github.com/Phlip/Kozmiq.git

Make that:

pip -e git+git://github.com/Phlip/Kozmiq.git#egg=Kozmiq

and (preferably) don't install into system paths ;-)

kind regards

    Wolodja
--
  .''`.     Wolodja Wentland    <wentl...@cl.uni-heidelberg.de>
 : :'  :    
 `. `'`     4096R/CAF14EFC
   `-       081C B7CD FF04 2BA9 94EA  36B2 8B7F 7D30 CAF1 4EFC

  signature.asc
< 1K Download

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Wolodja Wentland  
View profile  
 More options Nov 15, 7:39 pm
Newsgroups: comp.lang.python
From: Wolodja Wentland <wentl...@cl.uni-heidelberg.de>
Date: Mon, 16 Nov 2009 01:39:39 +0100
Local: Sun, Nov 15 2009 7:39 pm
Subject: Re: How can pip install a GitHub code drop?

On Mon, Nov 16, 2009 at 01:11 +0100, Wolodja Wentland wrote:
> On Sun, Nov 15, 2009 at 09:16 -0800, Phlip wrote:
> > How can I point pip at the repo to install the library?
> > sudo pip -e git+git://github.com/Phlip/Kozmiq.git
> pip -e git+git://github.com/Phlip/Kozmiq.git#egg=Kozmiq

err...

pip install -e git+git://github.com/Phlip/Kozmiq.git#egg=Kozmiq
    ^^^^^^^                                         ^^^^^^^^^^^
Hope it works

--
  .''`.     Wolodja Wentland    <wentl...@cl.uni-heidelberg.de>
 : :'  :    
 `. `'`     4096R/CAF14EFC
   `-       081C B7CD FF04 2BA9 94EA  36B2 8B7F 7D30 CAF1 4EFC

  signature.asc
< 1K Download

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google