diff options
| author | Malcolm Ramsay <malramsay64@gmail.com> | 2017-11-10 22:21:20 +1100 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2017-11-13 21:14:56 +0100 |
| commit | d8e3218938381901e5adbc48059fb54a7f12a23b (patch) | |
| tree | 5236eeb767e2b31314df905504b2447ef530af4f /ChangeLog | |
| parent | github #19: Fix minor typo in INC_APPEND_HISTORY documentation (diff) | |
| download | zsh-d8e3218938381901e5adbc48059fb54a7f12a23b.tar zsh-d8e3218938381901e5adbc48059fb54a7f12a23b.tar.gz zsh-d8e3218938381901e5adbc48059fb54a7f12a23b.tar.bz2 zsh-d8e3218938381901e5adbc48059fb54a7f12a23b.tar.lz zsh-d8e3218938381901e5adbc48059fb54a7f12a23b.tar.xz zsh-d8e3218938381901e5adbc48059fb54a7f12a23b.tar.zst zsh-d8e3218938381901e5adbc48059fb54a7f12a23b.zip | |
Specify system python in dnf completion
The python executable in the python_exec variable was the python[2|3]
executable found in $PATH. When the python[2|3] executable was not the
system installed version the completion command raised an `ImportError`
as the 'dnf' module was not found.
This commit just completely specifies the python version to be the
system version `/usr/bin/python[2|3]`, allowing completion within a
python dev environment.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,7 +1,10 @@ 2017-11-13 Oliver Kiddle <opk@zsh.org> - * github #19: Chris Bracken: Fix minor typo in - INC_APPEND_HISTORY documentation + * github #18: Malcolm Ramsay: Completion/Redhat/Command/_dnf: + Explicitly use system python so the dnf module can be found + + * github #19: Chris Bracken: Doc/Zsh/options.yo: Fix minor typo + in INC_APPEND_HISTORY documentation 2017-11-11 Peter Stephenson <p.w.stephenson@ntlworld.com> |
