I usually run pipwith -vv-flag (bilingual or very verbose) ...
in the htis case, which produces:
$ pip install -v -v -no-install pymssql
Downloading/unpacking pymssql
Getting page http:
URLs to search for versions for pymssql:
* http:
Getting page http:
Getting page http:
Getting page http:
Getting page http:
Analyzing links from page http:
[... snip ...]
Found link http:
[... snip ...]
Using version 2.0.0b1-dev-20111019 (newest of versions: 2.0.0b1-dev-20111019, 2.0.0b1-dev-20111019, 1.0.2, 1.0.2, 1.0.1, 1.0.1, 1.0.0)
Downloading pymssql-2.0.0b1-dev-20111019.tar.gz (5.0Mb):
Downloading from URL http:
...Downloading pymssql-2.0.0b1-dev-20111019.tar.gz (5.0Mb): 5.0Mb downloaded
Running setup.py egg_info for package pymssql
[... snip ...]
this way you can clearly see where it is loading.
source
share