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

[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