Skip to content

Commit

Permalink
fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
raghur committed Jan 5, 2019
1 parent ded9438 commit 156f393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python3/ghost_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def isvim():
out = subprocess.check_output([py3,
"-m", "pip", "install", "--user", "-r",
reqFile], stderr=subprocess.STDOUT,
shell=True)
shell=False)
for l in out.decode().split(os.linesep):
print("ghost: %s" % l)
print("ghost: dependencies installed successfully")
Expand Down

0 comments on commit 156f393

Please sign in to comment.