@@ -33,7 +33,7 @@ activated after being initialized.
33
33
$ workon
34
34
$ mkvirtualenv mynewenv
35
35
New python executable in mynewenv/bin/python
36
- Installing distribute .............................................
36
+ Installing setuptools .............................................
37
37
..................................................................
38
38
..................................................................
39
39
done.
@@ -79,7 +79,7 @@ A unique virtualenv name is generated.
79
79
New python executable in 1e513ac6-616e-4d56-9aa5-9d0a3b305e20/bin/python
80
80
Overwriting 1e513ac6-616e-4d56-9aa5-9d0a3b305e20/lib/python2.7/distutils/__init__.py
81
81
with new content
82
- Installing distribute ...............................................
82
+ Installing setuptools ...............................................
83
83
....................................................................
84
84
.................................................................done.
85
85
This is a temporary environment. It will be deleted when deactivated.
@@ -180,7 +180,7 @@ Syntax::
180
180
$ workon
181
181
$ mkvirtualenv source
182
182
New python executable in source/bin/python
183
- Installing distribute .............................................
183
+ Installing setuptools .............................................
184
184
..................................................................
185
185
..................................................................
186
186
done.
@@ -248,13 +248,13 @@ is printed to stdout.
248
248
$ workon
249
249
$ mkvirtualenv env1
250
250
New python executable in env1/bin/python
251
- Installing distribute .............................................
251
+ Installing setuptools .............................................
252
252
..................................................................
253
253
..................................................................
254
254
done.
255
255
(env1)$ mkvirtualenv env2
256
256
New python executable in env2/bin/python
257
- Installing distribute .............................................
257
+ Installing setuptools .............................................
258
258
..................................................................
259
259
..................................................................
260
260
done.
@@ -301,7 +301,7 @@ Syntax::
301
301
302
302
$ mkvirtualenv env1
303
303
New python executable in env1/bin/python
304
- Installing distribute .............................................
304
+ Installing setuptools .............................................
305
305
..................................................................
306
306
..................................................................
307
307
done.
@@ -342,7 +342,7 @@ subdirectory.
342
342
343
343
$ mkvirtualenv env1
344
344
New python executable in env1/bin/python
345
- Installing distribute .............................................
345
+ Installing setuptools .............................................
346
346
..................................................................
347
347
..................................................................
348
348
done.
@@ -376,7 +376,7 @@ directory to change into.
376
376
377
377
$ mkvirtualenv env1
378
378
New python executable in env1/bin/python
379
- Installing distribute .............................................
379
+ Installing setuptools .............................................
380
380
..................................................................
381
381
..................................................................
382
382
done.
@@ -400,13 +400,13 @@ Syntax::
400
400
401
401
$ mkvirtualenv env1
402
402
New python executable in env1/bin/python
403
- Installing distribute .............................................
403
+ Installing setuptools .............................................
404
404
..................................................................
405
405
..................................................................
406
406
done.
407
407
(env1)$ $ workon env1
408
408
(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
410
410
easy-install.pth setuptools.pth
411
411
412
412
===============
@@ -462,7 +462,7 @@ output.
462
462
463
463
$ mkvirtualenv env1
464
464
New python executable in env1/bin/python
465
- Installing distribute .............................................
465
+ Installing setuptools .............................................
466
466
..................................................................
467
467
..................................................................
468
468
done.
@@ -505,7 +505,7 @@ create a virtual environment with the same name as the project.
505
505
506
506
$ mkproject myproj
507
507
New python executable in myproj/bin/python
508
- Installing distribute .............................................
508
+ Installing setuptools .............................................
509
509
..................................................................
510
510
..................................................................
511
511
done.
@@ -540,14 +540,14 @@ virtualenv and project directory. An association is made so that when
540
540
541
541
$ mkproject myproj
542
542
New python executable in myproj/bin/python
543
- Installing distribute .............................................
543
+ Installing setuptools .............................................
544
544
..................................................................
545
545
..................................................................
546
546
done.
547
547
Creating /Users/dhellmann/Devel/myproj
548
548
(myproj)$ mkvirtualenv myproj_new_libs
549
549
New python executable in myproj/bin/python
550
- Installing distribute .............................................
550
+ Installing setuptools .............................................
551
551
..................................................................
552
552
..................................................................
553
553
done.
0 commit comments