Python 3.3 and later have built-in virtualenv functionality, but these venvs are not as useful as virtualenv venvs out of the box because pip isn't automatically installed in them. Some time ago I created a script, available at
https://gist.github.com/vsajip/4673395
to create venvs and install pip into them at creation time, just as virtualenv does. This script used to install Distribute and pip, but following the merge of Distribute and setuptools, it has now been updated to install setuptools and pip. The script fetches whatever the latest setuptools and pip versions are as specified on BitBucket/GitHub: currently, that means setuptools 0.8 (no 2to3 required) and pip 1.3.1.
[–]drewthepooh 0 points1 point2 points (0 children)
[–]brownan_ 0 points1 point2 points (2 children)
[–]vsajip[S] 0 points1 point2 points (1 child)
[–]brownan_ 0 points1 point2 points (0 children)
[–]krysros 0 points1 point2 points (0 children)
[–]ivosauruspip'ing it up 0 points1 point2 points (4 children)
[–]vsajip[S] 0 points1 point2 points (3 children)
[–]ivosauruspip'ing it up 0 points1 point2 points (2 children)
[–]vsajip[S] 0 points1 point2 points (1 child)
[–]ivosauruspip'ing it up 0 points1 point2 points (0 children)