Hi all, in the guide is explained how to install packages in the webapp lib folder, but how to uninstall and freeze from that folder? I can install easily in this way:
But how is possible to uninstall the package or just freeze and get the list of packages installed in the webapp dir? I really need to work on the webapp dir because from a django installation to another I use different version of packages. Thanks asked 07 Jun '13, 02:03 Karim |
Just set your PYTHONPATH to point to your app's
Hope that helps! answered 07 Jun '13, 17:34 seanf |