@@ -33,7 +33,7 @@ activated after being initialized.
3333 $ workon
3434 $ mkvirtualenv mynewenv
3535 New python executable in mynewenv/bin/python
36- Installing distribute .............................................
36+ Installing setuptools .............................................
3737 ..................................................................
3838 ..................................................................
3939 done.
@@ -79,7 +79,7 @@ A unique virtualenv name is generated.
7979 New python executable in 1e513ac6-616e-4d56-9aa5-9d0a3b305e20/bin/python
8080 Overwriting 1e513ac6-616e-4d56-9aa5-9d0a3b305e20/lib/python2.7/distutils/__init__.py
8181 with new content
82- Installing distribute ...............................................
82+ Installing setuptools ...............................................
8383 ....................................................................
8484 .................................................................done.
8585 This is a temporary environment. It will be deleted when deactivated.
@@ -180,7 +180,7 @@ Syntax::
180180 $ workon
181181 $ mkvirtualenv source
182182 New python executable in source/bin/python
183- Installing distribute .............................................
183+ Installing setuptools .............................................
184184 ..................................................................
185185 ..................................................................
186186 done.
@@ -248,13 +248,13 @@ is printed to stdout.
248248 $ workon
249249 $ mkvirtualenv env1
250250 New python executable in env1/bin/python
251- Installing distribute .............................................
251+ Installing setuptools .............................................
252252 ..................................................................
253253 ..................................................................
254254 done.
255255 (env1)$ mkvirtualenv env2
256256 New python executable in env2/bin/python
257- Installing distribute .............................................
257+ Installing setuptools .............................................
258258 ..................................................................
259259 ..................................................................
260260 done.
@@ -301,7 +301,7 @@ Syntax::
301301
302302 $ mkvirtualenv env1
303303 New python executable in env1/bin/python
304- Installing distribute .............................................
304+ Installing setuptools .............................................
305305 ..................................................................
306306 ..................................................................
307307 done.
@@ -342,7 +342,7 @@ subdirectory.
342342
343343 $ mkvirtualenv env1
344344 New python executable in env1/bin/python
345- Installing distribute .............................................
345+ Installing setuptools .............................................
346346 ..................................................................
347347 ..................................................................
348348 done.
@@ -376,7 +376,7 @@ directory to change into.
376376
377377 $ mkvirtualenv env1
378378 New python executable in env1/bin/python
379- Installing distribute .............................................
379+ Installing setuptools .............................................
380380 ..................................................................
381381 ..................................................................
382382 done.
@@ -400,13 +400,13 @@ Syntax::
400400
401401 $ mkvirtualenv env1
402402 New python executable in env1/bin/python
403- Installing distribute .............................................
403+ Installing setuptools .............................................
404404 ..................................................................
405405 ..................................................................
406406 done.
407407 (env1)$ $ workon env1
408408 (env1)$ lssitepackages
409- distribute -0.6.10-py2.6.egg pip-0.6.3-py2.6.egg
409+ setuptools -0.6.10-py2.6.egg pip-0.6.3-py2.6.egg
410410 easy-install.pth setuptools.pth
411411
412412===============
@@ -462,7 +462,7 @@ output.
462462
463463 $ mkvirtualenv env1
464464 New python executable in env1/bin/python
465- Installing distribute .............................................
465+ Installing setuptools .............................................
466466 ..................................................................
467467 ..................................................................
468468 done.
@@ -505,7 +505,7 @@ create a virtual environment with the same name as the project.
505505
506506 $ mkproject myproj
507507 New python executable in myproj/bin/python
508- Installing distribute .............................................
508+ Installing setuptools .............................................
509509 ..................................................................
510510 ..................................................................
511511 done.
@@ -540,14 +540,14 @@ virtualenv and project directory. An association is made so that when
540540
541541 $ mkproject myproj
542542 New python executable in myproj/bin/python
543- Installing distribute .............................................
543+ Installing setuptools .............................................
544544 ..................................................................
545545 ..................................................................
546546 done.
547547 Creating /Users/dhellmann/Devel/myproj
548548 (myproj)$ mkvirtualenv myproj_new_libs
549549 New python executable in myproj/bin/python
550- Installing distribute .............................................
550+ Installing setuptools .............................................
551551 ..................................................................
552552 ..................................................................
553553 done.
0 commit comments