Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
e4d0ce5b
Commit
e4d0ce5b
authored
Jan 14, 2014
by
jctanner
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5383 from janitha/devel
Fixes #5381 bug when easy_install is used with virtualenv
parents
1d9e78f2
fd037f59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
library/packaging/easy_install
+2
-1
No files found.
library/packaging/easy_install
View file @
e4d0ce5b
...
...
@@ -135,7 +135,6 @@ def main():
name
=
module
.
params
[
'name'
]
env
=
module
.
params
[
'virtualenv'
]
executable
=
module
.
params
[
'executable'
]
easy_install
=
_get_easy_install
(
module
,
env
,
executable
)
site_packages
=
module
.
params
[
'virtualenv_site_packages'
]
virtualenv_command
=
module
.
params
[
'virtualenv_command'
]
...
...
@@ -159,6 +158,8 @@ def main():
out
+=
out_venv
err
+=
err_venv
easy_install
=
_get_easy_install
(
module
,
env
,
executable
)
cmd
=
None
changed
=
False
installed
=
_is_package_installed
(
module
,
name
,
easy_install
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment