mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
add support to activate option to pip.installed
trying to solve a problem I had when installing a python package (from bzr+http) into a virtualenv that had bzr installed in the virtualenv and not the main site-packages. therefor I had to activate before installing packages with bzr+http
This commit is contained in:
parent
7d7d87e58c
commit
97359b4a8a
@ -107,6 +107,7 @@ def installed(name,
|
||||
runas=None,
|
||||
no_chown=False,
|
||||
cwd=None,
|
||||
activate=False,
|
||||
pre_releases=False,
|
||||
__env__='base'):
|
||||
'''
|
||||
@ -308,6 +309,7 @@ def installed(name,
|
||||
user=user,
|
||||
no_chown=no_chown,
|
||||
cwd=cwd,
|
||||
activate=activate,
|
||||
pre_releases=pre_releases,
|
||||
__env__=__env__
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user