mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
Use Python3 to run tools/venv3.py. (#6860)
This commit is contained in:
parent
acc918eee7
commit
8386d08de2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
# Developer virtualenv setup for Certbot client
|
||||
import _venv_common
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue