| python Programming Glossary: day@garageWhy does pip freeze report some packages in a fresh virtualenv created with --no-site-packages? http://stackoverflow.com/questions/6627035/why-does-pip-freeze-report-some-packages-in-a-fresh-virtualenv-created-with-no  standard library isn't it so why does it show up at all day@garage ~ mkdir testing day@garage ~ cd testing day@garage ~ testing.. so why does it show up at all day@garage ~ mkdir testing day@garage ~ cd testing day@garage ~ testing virtualenv no site packages.. at all day@garage ~ mkdir testing day@garage ~ cd testing day@garage ~ testing virtualenv no site packages . New python executable.. 
 |