bash - Python executable that uses third party module -


i writing python script leverage installation of big project. make single executable .py script, once called, needed (it wrapper bash commands, added error handling , user input). however, need third party modules (such envoy)...how can include them in order usable within script?

assuming 3rd party modules not installed, , don't want include them python script, use urllib2 download modules when user runs script: how download file on http using python?


Comments

Popular posts from this blog

c - CUDA code not processing if block properly -

oracle11g - get root domain from url Oracle sql regex_substr -

xcode - Swift Playground - Files are not readable -