Felix Engelmann
2a97e9f299
re-implements #226
...
in optional (editable) way
with backward compatibility
9 years ago
Brian Coca
22bfb54d9d
added comment explaining chdir defaults
9 years ago
Brian Coca
a639da7c44
default chdir to tmpdir to avoid virtualenv issues
9 years ago
Brian Coca
8c353d0516
make chdir a path so it resolves shell aliases
...
also removed this_dir logic as it is not needed, chdir is None by default and run_command can handle that.
9 years ago
Brian Coca
cf2be9607c
Merge pull request #533 from thataustin/devel
...
Updating rubygems --no-document param
9 years ago
Yuhui Huang
51666c6def
Checking pip uninstall output in both stdout and stderr
9 years ago
Brian Coca
1dafa427c3
added versionadded to new option in pip module
9 years ago
Brian Coca
5c17fd3f9a
Merge pull request #629 from wbolster/issue-586-virtualenv-python-version
...
Add virtualenv_python arg to pip module
9 years ago
Austin Brown
bb816f046c
Adding version detection
10 years ago
Brian Coca
a0d663bc65
Merge pull request #413 from JimPatterson/412_pip_check_venv
...
Correct check mode for pip in virtualenv.
10 years ago
Austin Brown
3c72e87152
Merge branch 'devel' of github.com:ansible/ansible-modules-core into devel
...
Conflicts:
packaging/language/gem.py
10 years ago
Brian Coca
7a33832606
fixed typo
10 years ago
Brian Coca
665265d285
Merge pull request #60 from az7arul/devel
...
added `include_doc` option
10 years ago
Greg DeKoenigsberg
2a5f0bde87
Proper author info for all remaining modules
10 years ago
az7arul
627933049c
add `include_doc` option
10 years ago
Brian Coca
abcd276955
Merge pull request #963 from u2ix/devel
...
Allow to add build flags for gem installation
10 years ago
Vasyl Kaigorodov
f0dc27227c
Fix "_is_package_installed() takes exactly 4 arguments, 3 provided" error
10 years ago
Schlueter
1030cb48a7
Add 'version_added' to state documentation for easy_install resource
10 years ago
Schlueter
17544062ec
Correct reference to gem in easy_install resource
10 years ago
Schlueter
02cd8489c1
Add Documentation
10 years ago
Schlueter
3bae8bda10
Use standard if statement to check state in easy_install resource
10 years ago
Schlueter
9b6a741615
Correct pass by object reference issue
10 years ago
Schlueter
9468a65bed
Add state to easy_install
10 years ago
Florian Apolloner
7f4f89abda
Added os.path.expanduser when searching for pip executable.
10 years ago
Demian Gemperli
9a6eba43ef
Allow to add build flags for gem installation
10 years ago
giovtorres
7e8a518592
Added pip example installing from local tarball
10 years ago
Wouter Bolsterlee
8ce0284ace
Add a virtualenv_python argument to the pip module
...
This allows specifying the Python version to use when creating the
virtualenv. See issue #586 .
10 years ago
Wouter Bolsterlee
19b49c1d96
A few coding style cleanups
10 years ago
Wouter Bolsterlee
fd061d437c
Fix typo in `version_added` field.
10 years ago
Toshio Kuratomi
c3a0e8a7a4
Don't fial if virtualenv is not installed and we do not need to initialize the virtualenv
...
Fixes #688
10 years ago
Austin Brown
bb6182575e
Updating rubygems --no-document param
10 years ago
Jim Patterson
102167f22e
Correct check mode for pip in virtualenv.
...
Fix #412 . Check mode was always returning changed=True for pip
when the target was in a virtualenv. The code now uses the normal
tests for determining if change status.
10 years ago
Michael DeHaan
3ed1378067
Some more module categorization.
10 years ago