am failing to get apython path on the cmd interface..what could be wrong
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1bb2eac8-0f73-43f8-8fb6-1e72e1009259n%40googlegroups.com.
am failing to get apython path on the cmd interface..what could be wrong
try opening up cmd and simply
where python
By default, this searches your PATH for matches. More precisely:
Description: Displays the location of files that match the search pattern. By default, the search is done along the current directory and in the paths specified by the PATH environment variable.
Most windows python installers modify your PATH so this should find what doing python at the CLI will call.