{"componentChunkName":"component---src-templates-post-tsx","path":"/posts/2018/02/python-sharing/","result":{"data":{"markdownRemark":{"fields":{"slug":"/2018/02/python-sharing/"},"frontmatter":{"title":"Sharing Python project that works in another computer!","tag":["python"],"image":"https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcSW4Ywh9fnwlOBcxAG8Mgg94zC55j3dYh1Y88YcB83wCjaBZVmA"},"correctedDateEpoch":1519664400000,"html":"<p>I find that the issue may includes:-</p>\n<ul>\n<li>\n<p>Module dependencies</p>\n<ul>\n<li>This can be solved by using virtualenv since the very beginning of the project</li>\n</ul>\n</li>\n<li>\n<p>Different python version</p>\n<ul>\n<li>This can be managed very beautifully with tox</li>\n</ul>\n</li>\n<li>\n<p>Requiring something else outside the first two. For example, <code>brew install phantomjs</code></p>\n<ul>\n<li>I don't yet know how to manage this one...</li>\n<li>Perhaps Docker</li>\n</ul>\n</li>\n</ul>"}},"pageContext":{"slug":"/2018/02/python-sharing/"}}}