Opened 12 years ago

Closed 12 years ago

#20063 closed Bug (needsinfo)

Django 1.5 Installation adds invalid strings to Path

Reported by: wm3500a@… Owned by: nobody
Component: Uncategorized Version: 1.5
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

I recently installed Django 1.5 for a class project. When I ran manage.py install, the string "C\Python27\Scripts" was added to the Path environment variable. The correct string is "C:\Python27\Scripts". Easily fixed, but still somewhat frustrating.

I'm running Windows 7 and Python 2.7. Please let me know if you need any more information to resolve this. My email address is wm3500a@…

Change History (2)

comment:1 by wm3500a@…, 12 years ago

comment:2 by Carl Meyer, 12 years ago

Resolution: needsinfo
Status: newclosed

Hi! Thanks for the report. That path is not something Django-specific, or something Django would be responsible for adding to the PATH. This seems more likely related to the installation of Python than Django.

Closing; reopen if there's evidence that the installation of Django specifically changed this PATH value from what it was previously after installing Python, and that can be reproduced.

Note: See TracTickets for help on using tickets.
Back to Top