jeetsukumaran / DendroPy

A Python library for phylogenetic scripting, simulation, data processing and manipulation.
https://pypi.org/project/DendroPy/.
BSD 3-Clause "New" or "Revised" License
210 stars 61 forks source link

Suppressing missing site-packages info for venv #17

Closed mtholder closed 9 years ago

mtholder commented 9 years ago

Running via virtualenv requires a workaround for https://github.com/pypa/virtualenv/issues/355

Here, I just omit issuing info about the site-packages dir if the call to getsitepackages() fails.

mtholder commented 9 years ago

I also added a unittest.skip for a test that refers to some full paths on your machine, @jeetsukumaran

jeetsukumaran commented 9 years ago

Thanks for this. And what a dumb/newbie mistake leaving that full local path in! You have no idea who uppity and critical and snarky I get when I see that in other people's code! Will fix it ...