On 09/25/2013 12:20 AM, Monty Taylor wrote:
>
>
> On 09/24/2013 12:11 PM, Thomas Goirand wrote:
>> Hi Monty,
>>
>> On 09/24/2013 09:44 AM, Monty Taylor wrote:
>>> Instead of:
>>>
>>> "python setup.py install"
>>>
>>> Run:
>>>
>>> "pip install ."
>>
>> No way that this happens on the packaging sid
On 09/24/2013 12:11 PM, Thomas Goirand wrote:
> Hi Monty,
>
> On 09/24/2013 09:44 AM, Monty Taylor wrote:
>> Instead of:
>>
>> "python setup.py install"
>>
>> Run:
>>
>> "pip install ."
>
> No way that this happens on the packaging side. Buildd have no network
> access (on purpose), and we must
My plague is feeling much better now, thanks.
Keeping using pip!
Anita.
On 09/23/2013 09:43 PM, Joshua Harlow wrote:
I wonder who got the plague if u got the food :-/
Sent from my really tiny device...
On Sep 23, 2013, at 8:07 PM, "Michael Basnight" wrote:
But I got suddenly full. Interes
Hi Monty,
On 09/24/2013 09:44 AM, Monty Taylor wrote:
> Instead of:
>
> "python setup.py install"
>
> Run:
>
> "pip install ."
No way that this happens on the packaging side. Buildd have no network
access (on purpose), and we must not do any network access when building.
So I wonder what this
I wonder who got the plague if u got the food :-/
Sent from my really tiny device...
On Sep 23, 2013, at 8:07 PM, "Michael Basnight" wrote:
> But I got suddenly full. Interesting thing that is.
>
> Sent from my digital shackles
>
>> On Sep 23, 2013, at 7:16 PM, Joshua Harlow wrote:
>>
>> I
But I got suddenly full. Interesting thing that is.
Sent from my digital shackles
> On Sep 23, 2013, at 7:16 PM, Joshua Harlow wrote:
>
> I ran that but world peace didn't happen.
>
> Where can I get my refund?
>
> Sent from my really tiny device...
>
>> On Sep 23, 2013, at 6:47 PM, "Monty
I ran that but world peace didn't happen.
Where can I get my refund?
Sent from my really tiny device...
On Sep 23, 2013, at 6:47 PM, "Monty Taylor" wrote:
> tl;dr - easy_install sucks, so use pip
>
> It is common practice in python to run:
>
> python setup.py install
> or
> python setup.py d
On Mon, Sep 23, 2013 at 8:44 PM, Monty Taylor wrote:
> tl;dr - easy_install sucks, so use pip
>
> It is common practice in python to run:
>
> python setup.py install
> or
> python setup.py develop
>
> So much so that we spend a giant amount of effort to make sure that
> those always work.
>
> For