mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Remove unused pip constant
This commit is contained in:
parent
f016dec02a
commit
a20ab24ba5
@ -3,11 +3,6 @@ import os
|
|||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from . import environment as env
|
|
||||||
|
|
||||||
# If we are not in a virtual environment, install in user space
|
|
||||||
INSTALL_USER = not env.is_virtual()
|
|
||||||
|
|
||||||
|
|
||||||
def install_package(package, upgrade=False, target=None):
|
def install_package(package, upgrade=False, target=None):
|
||||||
"""Install a package on PyPi. Accepts pip compatible package strings.
|
"""Install a package on PyPi. Accepts pip compatible package strings.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user