module - xcopy python deployment -


i'm new python , i'm writing first program. after finish able run program source code on windows or mac machine. program has dependencies on 3rd party modules.

i read virtualenv don't think helps me because says it's not relocatable , it's not cross-platform (see making environments relocatable http://pypi.python.org/pypi/virtualenv).

the best scenario install 3rd party modules locally in project, aka xcopy installation.

i surprised if python doesn't support since promotes simplicity , frictionless programming.

you can want, have make sure directory containing third-party modules on python path.

there's no requirement install modules system-wide.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -