Bug 1638783 - Install Mercurial with pip3 rather than pip, which no longer exists on new Ubuntu/Debian versions r=froydnj

Differential Revision: https://phabricator.services.mozilla.com/D75816
This commit is contained in:
Ricky Stewart 2020-05-18 20:10:19 +00:00
Родитель 4fc0b71713
Коммит ab8348bc51
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -209,4 +209,4 @@ class DebianBootstrapper(
# pip.
assert res == 1
self.run_as_root(['pip', 'install', '--upgrade', 'Mercurial'])
self.run_as_root(['pip3', 'install', '--upgrade', 'Mercurial'])