Hacker News new | ask | show | jobs
by jessaustin 4619 days ago
Didn't come with it, or didn't install it by default?

In that the following commands have also been required after running pyvenv-3.3, no, python has not "come with" pip:

  (venv) $ wget http://python-distribute.org/distribute_setup.py
  (venv) $ python distribute_setup.py
  (venv) $ easy_install pip
I believe it has been possible to configure pyvenv to do this automatically, but I've never done that.
1 comments

I was talking about virtualenv, not pyvenv - grandparent saying "virtualenv was released with python 3.3" made it sound like virtualenv was released with python 3.3...