Files
2012-02-21 01:15:00 -05:00

1 line
2.1 KiB
JSON

[{"user_id": 21209, "stars": [], "topic_id": 38658, "date_created": 1307562934.932591, "message": "well I mean installing it without using setup.py, because I want to modify django source", "group_id": 7230, "id": 1341717}, {"user_id": 21209, "stars": [], "topic_id": 38658, "date_created": 1307562953.3445201, "message": "I followed this guide, but doesn't work https://docs.djangoproject.com/en/dev/topics/install/?from=olddocs#installing-the-development-version", "group_id": 7230, "id": 1341724}, {"user_id": 21209, "stars": [], "topic_id": 38658, "date_created": 1307562980.1497979, "message": "running: django-admin.py --version\nI get everytime version 1.3", "group_id": 7230, "id": 1341733}, {"user_id": 35545, "stars": [], "topic_id": 38658, "date_created": 1307573356.5376461, "message": "add2virtualenv can help out too", "group_id": 7230, "id": 1343488}, {"user_id": 35545, "stars": [], "topic_id": 38658, "date_created": 1307573273.1505251, "message": "pip help install and see the -e flag", "group_id": 7230, "id": 1343479}, {"user_id": 21209, "stars": [], "topic_id": 38658, "date_created": 1307574878.6550839, "message": "@charstring it doesn't seems that -e flag should work optimally:\nInstall a package directly from a checkout. Source will be checked out into src/PACKAGE (lower-case) and installed in-place (using setup.py develop). You can run this on an existing directory/checkout (like pip install -e src/mycheckout). This option may be provided multiple times.\n\nif I am not mistaken, I should run this command everytime I made a modification, right?", "group_id": 7230, "id": 1343680}, {"user_id": 35545, "stars": [{"date_created": 1307626806.032721, "user_id": 21209}], "topic_id": 38658, "date_created": 1307616531.23157, "message": "@patrick91 I think this would just do some .pth magic, so your checkout is actually linked on your PYTHONPATH", "group_id": 7230, "id": 1348205}, {"user_id": 39643, "stars": [], "topic_id": 38658, "date_created": 1313271169.3041019, "message": "works great (I use mercurial): pip install -e hg+https://bitbucket.org/django/django#egg=Django", "group_id": 7230, "id": 1865827}]