mirror of
https://github.com/docker/compose.git
synced 2026-07-03 06:34:25 +00:00
Revert "Bump virtualenv from 20.0.30 to 20.2.1" (#7975)
This reverts commit 8785279ffd.
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
db7b666e40
commit
536bea0859
4 changed files with 4 additions and 4 deletions
|
|
@ -16,7 +16,7 @@
|
|||
#
|
||||
# 4. In Powershell, run the following commands:
|
||||
#
|
||||
# $ pip install 'virtualenv==20.2.1'
|
||||
# $ pip install 'virtualenv==20.0.30'
|
||||
# $ Set-ExecutionPolicy -Scope CurrentUser RemoteSigned
|
||||
#
|
||||
# 5. Clone the repository:
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ if ! [ -x "$(command -v python3)" ]; then
|
|||
brew install python3
|
||||
fi
|
||||
if ! [ -x "$(command -v virtualenv)" ]; then
|
||||
pip3 install virtualenv==20.2.1
|
||||
pip3 install virtualenv==20.0.30
|
||||
fi
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue