Re: [Tutor] Regarding installing a python package

2015-09-29 Thread Chirag Shahani
Thanks a lot for the response. I understand better now. On Tue, Sep 29, 2015 at 7:28 AM, Oscar Benjamin wrote: > On Tue, 29 Sep 2015 at 10:47 Chirag Shahani > wrote: > >> Hi, >> >> Could any one please help me understand the following: >> >> Suppose I install a python package using python setup

Re: [Tutor] Regarding installing a python package

2015-09-29 Thread Oscar Benjamin
On Tue, 29 Sep 2015 at 10:47 Chirag Shahani wrote: > Hi, > > Could any one please help me understand the following: > > Suppose I install a python package using python setup.py install provided > by the developer of a package. I need to track that changes in my file > system.. meaning what new di

Re: [Tutor] Regarding installing a python package

2015-09-29 Thread Laura Creighton
In a message of Mon, 28 Sep 2015 19:28:47 -0700, Chirag Shahani writes: >Hi, > >Could any one please help me understand the following: > >Suppose I install a python package using python setup.py install provided >by the developer of a package. I need to track that changes in my file >system.. meani

[Tutor] Regarding installing a python package

2015-09-29 Thread Chirag Shahani
Hi, Could any one please help me understand the following: Suppose I install a python package using python setup.py install provided by the developer of a package. I need to track that changes in my file system.. meaning what new directories and files got created? Also, what is the concept of the