glyph / deployme

Example project for deployment
92 stars 19 forks source link

Use the absolute binary path to pip and app #2

Closed zyegfryed closed 8 years ago

zyegfryed commented 9 years ago

Instead of activating the virtualenv and then use the binary name to do install package, we can use directly the absolute binary path to do the same thing in one command line.

piotr-dobrogost commented 9 years ago

I prefer this style, too.

glyph commented 8 years ago

Thanks for the suggestion; I think you're right that this is nicer.