Skip to content

Commit

Permalink
Trying subprocess.call
Browse files Browse the repository at this point in the history
  • Loading branch information
mpacer committed Dec 15, 2016
1 parent e1eb14a commit 1a82f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# page).
import sys, subprocess

# subprocess.run([sys.executable,'-m','pip','install','-e','../../.'])
subprocess.call([sys.executable,'-m','pip','install','-e','../../.'])

with open('../autogen_config.py') as f:
exec(compile(f.read(), 'autogen_config.py', 'exec'), {})
Expand Down

0 comments on commit 1a82f03

Please sign in to comment.