Skip to content

Commit 156f393

Browse files
committed
fix install script
1 parent ded9438 commit 156f393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python3/ghost_install.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def isvim():
2121
out = subprocess.check_output([py3,
2222
"-m", "pip", "install", "--user", "-r",
2323
reqFile], stderr=subprocess.STDOUT,
24-
shell=True)
24+
shell=False)
2525
for l in out.decode().split(os.linesep):
2626
print("ghost: %s" % l)
2727
print("ghost: dependencies installed successfully")

0 commit comments

Comments
 (0)