kopia lustrzana https://github.com/jedie/PyInventory
Update devshell and skip broken poetry v1.2.0
rodzic
71185f5bf6
commit
762dc492bb
|
@ -9,7 +9,7 @@
|
||||||
This file is from: https://pypi.org/project/dev-shell/
|
This file is from: https://pypi.org/project/dev-shell/
|
||||||
Source: https://github.com/jedie/dev-shell/blob/main/devshell.py
|
Source: https://github.com/jedie/dev-shell/blob/main/devshell.py
|
||||||
|
|
||||||
:copyleft: 2021 by Jens Diemer
|
:copyleft: 2021-2022 by Jens Diemer
|
||||||
:license: GNU GPL v3 or above
|
:license: GNU GPL v3 or above
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -124,7 +124,7 @@ def main(argv):
|
||||||
if not POETRY_PATH.is_file() or force_update:
|
if not POETRY_PATH.is_file() or force_update:
|
||||||
# Note: Under Windows pip.exe can't replace this own .exe file, so use the module way:
|
# Note: Under Windows pip.exe can't replace this own .exe file, so use the module way:
|
||||||
verbose_check_call(PYTHON_PATH, '-m', 'pip', 'install', '-U', 'pip', 'setuptools')
|
verbose_check_call(PYTHON_PATH, '-m', 'pip', 'install', '-U', 'pip', 'setuptools')
|
||||||
verbose_check_call(PIP_PATH, 'install', 'poetry')
|
verbose_check_call(PIP_PATH, 'install', 'poetry!=1.2.0')
|
||||||
|
|
||||||
# install via poetry, if:
|
# install via poetry, if:
|
||||||
# 1. .venv not exists
|
# 1. .venv not exists
|
||||||
|
|
Ładowanie…
Reference in New Issue