File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Cambiar entre entornos con ``workon``::
100
100
(env2)$ workon env1
101
101
(env1)$ echo $VIRTUAL_ENV
102
102
/Users/dhellmann/Envs/env1
103
- (env1)$
103
+ (env1)$
104
104
105
105
El comando ``workon `` también incluye la opción de completar con Tab los nombres
106
106
de los entornos, e invoca a los scripts personalizados cuando un entorno es
@@ -152,7 +152,7 @@ dejándote instalar automáticamente herramientas comúnmente utilizadas.
152
152
Installing sphinx-build script to /Users/dhellmann/Envs/env3/bin
153
153
Installing sphinx-quickstart script to /Users/dhellmann/Envs/env3/bin
154
154
Installing sphinx-autogen script to /Users/dhellmann/Envs/env3/bin
155
- Successfully installed docutils Jinja2 Pygments sphinx (env3)$
155
+ Successfully installed docutils Jinja2 Pygments sphinx (env3)$
156
156
(venv3)$ which sphinx-build
157
157
/Users/dhellmann/Envs/env3/bin/sphinx-build
158
158
@@ -219,7 +219,7 @@ PERFORMANCE OF THIS SOFTWARE.
219
219
220
220
.. note ::
221
221
222
- Esta traducción fue preparada por `Manuel Kaufmann
222
+ Esta traducción fue realizada por `Manuel Kaufmann
223
223
<http://humitos.wordpress.com/> `__.
224
224
225
225
.. seealso ::
You can’t perform that action at this time.
0 commit comments