You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before, H1 and H2 formatting was not consistent.
Now, H1 uses over/under hashes and H2 uses over/under asterisks. Also changed H3 tildes to equal signs to silence Sphinx warnings.
provides a set of commands which makes working with virtual environments much
@@ -346,7 +354,7 @@ To install (make sure **virtualenv** is already installed):
346
354
In Windows, the default path for WORKON_HOME is %USERPROFILE%\Envs
347
355
348
356
Basic Usage
349
-
~~~~~~~~~~~
357
+
===========
350
358
351
359
1. Create a virtual environment:
352
360
@@ -390,7 +398,7 @@ can quickly switch between environments.
390
398
$ rmvirtualenv venv
391
399
392
400
Other useful commands
393
-
~~~~~~~~~~~~~~~~~~~~~
401
+
=====================
394
402
395
403
``lsvirtualenv``
396
404
List all of the environments.
@@ -407,14 +415,17 @@ Other useful commands
407
415
408
416
`Full list of virtualenvwrapper commands <https://virtualenvwrapper.readthedocs.io/en/latest/command_ref.html>`_.
409
417
418
+
419
+
******************
410
420
virtualenv-burrito
411
-
------------------
421
+
******************
412
422
413
423
With `virtualenv-burrito <https://github.com/brainsik/virtualenv-burrito>`_, you
414
424
can have a working virtualenv + virtualenvwrapper environment in a single command.
415
425
426
+
*******
416
427
autoenv
417
-
-------
428
+
*******
418
429
When you ``cd`` into a directory containing a :file:`.env`, `autoenv <https://github.com/kennethreitz/autoenv>`_
0 commit comments