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
Post a Comment