Describe the bug
I'm tryng to update to latest from source and run into some trouble. To be honest I don't have much experience with pip so maybe I'm just missing something basic.
So I'm following this instruction which says to follow the installation instructions for my system first, which is Debian 9.
To Reproduce
Steps to reproduce the behavior:
virtualenv --python=python3 weblate-env-3.10Already using interpreter /usr/bin/python3
Using base prefix '/usr'
New python executable in /var/www/weblate-env-3.10/bin/python3
Also creating executable in /var/www/weblate-env-3.10/bin/python
Installing setuptools, pkg_resources, pip, wheel...done.
. weblate-env-3.10/bin/activatepip install Weblate The output is herepip install psycopg2-binaryweblate-env-3.10/lib/python3.5/site-packages there is a directory called weblategit clone https://github.com/WeblateOrg/weblate.git /root/weblate-srcpip install -e /root/weblate-src Output of the commandweblate-env-3.10/lib/python3.5/site-packages there is no more directory called weblateI guess at this point I'm supposed to manually copy weblate folder from weblate-src, am I?
If so it would be nice to mention it in the documentation, just for clarity.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
No, pip install -e creates there weblate.egg-link link with location to the actual source.
Thanks for clearing it out, didn't notice it.
Does it mean that in the future to update I just need to pull changes from repository to update?
Off course with performing database migrations etc.
Yes, pulling to update the source, but you need to do other needed steps, for example install updated dependencies.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.