@@ -84,16 +84,16 @@ class ExportPluginOptions:
84
84
help = softwrap (
85
85
"""
86
86
When exporting a mutable virtualenv for a resolve, do PEP-660 editable installs
87
- of all ' python_distribution' targets that own code in the exported resolve.
87
+ of all ` python_distribution` targets that own code in the exported resolve.
88
88
89
- If a resolve name is not in this list, ' python_distribution' targets will not
89
+ If a resolve name is not in this list, ` python_distribution` targets will not
90
90
be installed in the virtualenv. This defaults to an empty list for backwards
91
91
compatibility and to prevent unnecessary work to generate and install the
92
92
PEP-660 editable wheels.
93
93
94
- This only applies when ' [python].enable_resolves' is true and when exporting a
95
- ' mutable_virtualenv' (' symlinked_immutable_virtualenv' exports are not "full"
96
- virtualenvs because they must not be edited, and do not include ' pip' ).
94
+ This only applies when ` [python].enable_resolves` is true and when exporting a
95
+ ` mutable_virtualenv` (` symlinked_immutable_virtualenv` exports are not "full"
96
+ virtualenvs because they must not be edited, and do not include ` pip` ).
97
97
"""
98
98
),
99
99
advanced = True ,
@@ -107,16 +107,16 @@ class ExportPluginOptions:
107
107
modify console script shebang lines to make them "hermetic".
108
108
The shebang of hermetic console scripts uses the python args: `-sE`:
109
109
110
- - `-s` skips inclusion of the user site-packages directoy ,
111
- - `-E` ignores all `PYTHON*` env vars like `PYTHONPATH`.
110
+ - `-s` skips inclusion of the user site-packages directory ,
111
+ - `-E` ignores all `PYTHON*` env vars like `PYTHONPATH`.
112
112
113
113
Set this to false if you need non-hermetic scripts with
114
114
simple python shebangs that respect vars like `PYTHONPATH`,
115
115
to, for example, allow IDEs like PyCharm to inject its debugger,
116
116
coverage, or other IDE-specific libs when running a script.
117
117
118
- This only applies when when exporting a ' mutable_virtualenv'
119
- (' symlinked_immutable_virtualenv' exports are not "full"
118
+ This only applies when when exporting a ` mutable_virtualenv`
119
+ (` symlinked_immutable_virtualenv` exports are not "full"
120
120
virtualenvs because they are used internally by pants itself.
121
121
Pants requires hermetic scripts to provide its reproduciblity
122
122
guarantee, fine-grained caching, and other features).
0 commit comments