We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b1d7a1 commit 0e85c6fCopy full SHA for 0e85c6f
docs/source/command_ref.rst
@@ -157,6 +157,13 @@ Duplicate an existing virtualenv environment. The source can be an
157
environment managed by virtualenvwrapper or an external environment
158
created elsewhere.
159
160
+.. warning::
161
+
162
+ Copying virtual environments is not well supported. Each virtualenv
163
+ has path information hard-coded into it, and there may be cases
164
+ where the copy code does not know to update a particular
165
+ file. **Use with caution.**
166
167
Syntax::
168
169
cpvirtualenv ENVNAME [TARGETENVNAME]
0 commit comments