Gary Jackson

Results 3 comments of Gary Jackson

This is probably the best way to call pip as a subprocess: `subprocess.check_call([sys.executable, "-m", "pip", "install", "moduleA", "moduleB"])`

Rather than trying to clean up files from the source directory, would it be better to be able to do out-of-source package builds? Something like this: `cd /tmp/build && python...

@maphew I suggest that it be added as functionality (it doesn't work that way currently), then documented as a best practice. It shouldn't break the way it's done now.