You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Matt Clay de01db08d0
pip - Use pip from the current Python interpreter. (#75634)
* pip - Use pip from the current Python interpreter.

If `executable` and `virtualenv` were not specified, and
the `pip` Python module is available for the current interpreter,
use that `pip` module instead of searching for a `pip` command.

* Add comment about needing `__main__` to run `pip`.

* Fix unit test.

* Add porting guide entry.

* Update changelog to match porting guide description.

ci_complete
3 years ago
..
ansible_test
integration AnsiballZ - Make sure cwd is accessible. (#75636) 3 years ago
lib/ansible_test
sanity
support updates links in comments to point to current docs (#74834) 3 years ago
units pip - Use pip from the current Python interpreter. (#75634) 3 years ago
utils/shippable