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
Copy file name to clipboardExpand all lines: README
+16-5Lines changed: 16 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -92,30 +92,39 @@ activated.
92
92
$WORKON_HOME/prermvirtualenv
93
93
============================
94
94
95
-
The ``prermvirtualenv`` script is run as an external program before the environment is removed. The full path to the environment directory is passed as an argument to the script.
95
+
The ``prermvirtualenv`` script is run as an external program before the environment is
96
+
removed. The full path to the environment directory is passed as an argument to the script.
96
97
97
98
$WORKON_HOME/postrmvirtualenv
98
99
=============================
99
100
100
-
The ``postrmvirtualenv`` script is run as an external program after the environment is removed. The full path to the environment directory is passed as an argument to the script.
101
+
The ``postrmvirtualenv`` script is run as an external program after the environment is
102
+
removed. The full path to the environment directory is passed as an argument to the script.
101
103
102
104
===============
103
105
Path Management
104
106
===============
105
107
106
-
The function ``add2virtualenv`` adds the specified directories to the Python path for the active virtualenv. The directory names passed as argument are added to a path file named ``virtualenv_path_extensions.pth`` inside the virtualenv's site-packages directory. If this file does not exist, it will be created first.
108
+
The function ``add2virtualenv`` adds the specified directories to the Python path for the
109
+
active virtualenv. The directory names passed as argument are added to a path file named
110
+
``virtualenv_path_extensions.pth`` inside the virtualenv's site-packages directory. If this
111
+
file does not exist, it will be created first.
107
112
108
113
==================================
109
114
Quickly Navigating to a virtualenv
110
115
==================================
111
116
112
-
The functions ``cdsitepackages`` and ``cdvirtualenv`` provide quick shortcuts to quickly ``cd`` into the ``site-packages`` directory of the currently-active virtualenv, and to the root of the currently-active virtualenv, respectively.
117
+
The functions ``cdsitepackages`` and ``cdvirtualenv`` provide quick shortcuts to quickly
118
+
``cd`` into the ``site-packages`` directory of the currently-active virtualenv, and to the
119
+
root of the currently-active virtualenv, respectively.
113
120
114
121
==========
115
122
References
116
123
==========
117
124
118
-
For more details, refer to the column I wrote for the May 2008 issue of Python Magazine: `virtualenvwrapper | And Now For Something Completely Different <http://www.doughellmann.com/articles/CompletelyDifferent-2008-05-virtualenvwrapper/index.html>`_.
125
+
For more details, refer to the column published in the May 2008 issue of Python Magazine:
126
+
`virtualenvwrapper | And Now For Something Completely Different
0 commit comments