We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded9438 commit 156f393Copy full SHA for 156f393
python3/ghost_install.py
@@ -21,7 +21,7 @@ def isvim():
21
out = subprocess.check_output([py3,
22
"-m", "pip", "install", "--user", "-r",
23
reqFile], stderr=subprocess.STDOUT,
24
- shell=True)
+ shell=False)
25
for l in out.decode().split(os.linesep):
26
print("ghost: %s" % l)
27
print("ghost: dependencies installed successfully")
0 commit comments