-
-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a "so what?" to removing --use-first-matching-interpreter
- Loading branch information
1 parent
dfb43e0
commit dc05833
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,9 @@ Release Notes | |
This release adds the ``--python-path`` option, which allows controlling the | ||
interpreter search paths when building a PEX. | ||
|
||
It also removes ``--use-first-matching-interpreter``, which was a misfeature. | ||
It also removes ``--use-first-matching-interpreter``, which was a misfeature. If you want to use | ||
fewer interpreters when building a PEX, use tighter values for ``--interpreter-constraint``, | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
Eric-Arellano
Author
Contributor
|
||
``--python-path``, and/or ``--platform``. | ||
|
||
* Add ``--python-path`` to change interpreter search paths when building a PEX. (#1077) | ||
`PR #1077 <https://github.com/pantsbuild/pex/pull/1077>`_ | ||
|
Maybe "narrower" instead of "tighter" since "narrower"/"broader" are more often used with respect to scope?