mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
use --use-pep517 in pip_install.py
This commit is contained in:
parent
c27e4131c4
commit
94ff5df1b9
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,8 @@ def call_with_print(command, env):
|
|||
|
||||
|
||||
def pip_install_with_print(args_str, env):
|
||||
command = ['"', sys.executable, '" -m pip install --disable-pip-version-check ', args_str]
|
||||
command = ['"', sys.executable, '" -m pip install --disable-pip-version-check --use-pep517 ',
|
||||
args_str]
|
||||
call_with_print(''.join(command), env=env)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue