Michael DeHaan
|
705057b9a6
|
Merge pull request #900 from lorin/pip-venv-bug
Retrieve pip path after creating virtualenv
|
2012-08-17 17:10:35 -07:00 |
|
Lorin Hochstein
|
8223d3ee3f
|
Retrieve pip path after creating virtualenv
Retrieve the pip path after creating a non-existent virtualenv.
Prevents the problem of using the wrong pip if virtualenv doesn't
exist yet.
|
2012-08-17 14:38:49 -04:00 |
|
Lorin Hochstein
|
8af3403f65
|
Return both stdout and stderr on pip failures.
pip failure message sometimes (always?) go to standard out. Return
both standard out and standard error when there's a failure.
|
2012-08-17 11:32:47 -04:00 |
|
Michael DeHaan
|
1e4d45af1e
|
Add module common code to allow it to be easier to indicate whether arguments are mutually exclusive, required in conjunction, or whether one of a list of arguments is required. This simplifies writing Python modules.
|
2012-08-11 18:13:29 -04:00 |
|
Sébastien Bocahu
|
487d07a845
|
Fix variable scope
|
2012-08-10 21:58:58 +02:00 |
|
Sundar Raman
|
66a6231922
|
Further syntax fix work on Python2.4
The `val if something else something-else` syntax does not work prior to 2.5.
|
2012-08-09 18:09:18 -04:00 |
|
Sundar Raman
|
9ad91d7369
|
Fix syntax to work on Python2.4
The `val if something else something-else` syntax does not work prior to 2.5
|
2012-08-09 17:54:29 -04:00 |
|
Matt Wright
|
0116e53e48
|
Updates per ansible/ansible#796
|
2012-08-08 10:35:07 -04:00 |
|
Matt Wright
|
4de0e5de54
|
add pip module
|
2012-08-07 16:38:04 -04:00 |
|