mirror of
https://github.com/docker/compose.git
synced 2025-07-23 21:54:40 +02:00
Use Python3 for macOS build environment
With the deprecation of Python 2 coming soon, explicitly use Python 3. Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
parent
44edd65065
commit
d6b5d324e2
@ -36,7 +36,7 @@ if ! [ -x "$(command -v python3)" ]; then
|
|||||||
brew install python3
|
brew install python3
|
||||||
fi
|
fi
|
||||||
if ! [ -x "$(command -v virtualenv)" ]; then
|
if ! [ -x "$(command -v virtualenv)" ]; then
|
||||||
pip install virtualenv==16.2.0
|
pip3 install virtualenv==16.2.0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user