mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
leave macos unchanged
This commit is contained in:
parent
1cf8c5a586
commit
9878f15966
2 changed files with 2 additions and 2 deletions
|
|
@ -562,7 +562,7 @@ BootstrapMac() {
|
|||
if ! hash virtualenv 2>/dev/null; then
|
||||
say "virtualenv not installed."
|
||||
say "Installing with pip..."
|
||||
pip install --disable-pip-version-check virtualenv
|
||||
pip install virtualenv
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -39,6 +39,6 @@ BootstrapMac() {
|
|||
if ! hash virtualenv 2>/dev/null; then
|
||||
say "virtualenv not installed."
|
||||
say "Installing with pip..."
|
||||
pip install --disable-pip-version-check virtualenv
|
||||
pip install virtualenv
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue