Why does pip freeze list “pkg-resources==0.0.0”?
问题 On Ubuntu 16.04 with virtualenv 15.0.1 and Python 3.5.2 (both installed with apt ) when I create and activate new Python virtual environment with virtualenv .virtualenvs/wtf -p $(which python3) --no-site-packages source .virtualenvs/wtf/bin/activate I get the following output: Already using interpreter /usr/bin/python3 Using base prefix '/usr' New python executable in /home/das-g/.virtualenvs/wtf/bin/python3 Also creating executable in /home/das-g/.virtualenvs/wtf/bin/python Installing