<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Michael,<div class=""><br class=""></div><div class="">I assume you are working with development workflow, so you have the codebase.</div><div class="">In your codebase, there should be a file called “setup.py” and “requirements.txt”.</div><div class="">The requirements file contains python dependencies. You can install just the dependencies with:</div><div class=""><br class=""></div><div class="">pip install -r requirements.txt</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Or, other options, you could include the codebase to your python library like this: (executed from the same folder as setup.py)</div><div class=""><br class=""></div><div class="">pip install -e .</div><div class=""><br class=""></div><div class="">This will install the codebase, and the dependencies in requirements.txt</div><div class=""><br class=""></div><div class="">Hope this helps</div><div class=""><br class=""></div><div class="">Regards,</div><div class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">-- </div><div class="">Rizky Maulana Nugraha</div><div class="">Senior Software Engineer</div><div class="">Kartoza</div><div class=""><a href="mailto:rizky@kartoza.com" class="">rizky@kartoza.com</a></div><div class=""><br class=""></div></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">
</div>
<div><br class=""><blockquote type="cite" class=""><div class="">On 21 Mar 2019, at 07.16, Michael Härtel <<a href="mailto:haerta@haerta.de" class="">haerta@haerta.de</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hello list,<br class=""><br class="">I destroyed my Django installation on my GeoNode 2.8 server when trying to add some python packages to build up my dev environment.<br class=""><br class="">Is there a way to re-install only the python setup without having to re-install the rest for GeoNode 2.8?<br class=""><br class="">Thank you very much,<br class=""><br class="">Michael<br class=""><br class="">_______________________________________________<br class="">geonode-devel mailing list<br class=""><a href="mailto:geonode-devel@lists.osgeo.org" class="">geonode-devel@lists.osgeo.org</a><br class="">https://lists.osgeo.org/mailman/listinfo/geonode-devel<br class=""></div></div></blockquote></div><br class=""></div></body></html>