mirror of
https://github.com/docker/compose.git
synced 2025-07-28 08:04:09 +02:00
Code warning for the well-intentioned folks that keep wanting to change this
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
d94fa5428e
commit
36772b555c
@ -17,6 +17,8 @@ try:
|
|||||||
env[str('PIP_DISABLE_PIP_VERSION_CHECK')] = str('1')
|
env[str('PIP_DISABLE_PIP_VERSION_CHECK')] = str('1')
|
||||||
|
|
||||||
s_cmd = subprocess.Popen(
|
s_cmd = subprocess.Popen(
|
||||||
|
# DO NOT replace this call with a `sys.executable` call. It breaks the binary
|
||||||
|
# distribution (with the binary calling itself recursively over and over).
|
||||||
['pip', 'freeze'], stderr=subprocess.PIPE, stdout=subprocess.PIPE,
|
['pip', 'freeze'], stderr=subprocess.PIPE, stdout=subprocess.PIPE,
|
||||||
env=env
|
env=env
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user