i have been trying to create my python command prompt directory but always recieve this imformation "the system cannot find the path specified" please i will be glad if someone can shade more highlight on how to set the python command prompt directory

Okay this is my solution

  • Go to Control Panel
  • Click System
  • Click the Advanced Tab
  • Click environment variables down the bottom
  • In the bottom scrollbox click on Path
  • Click edit
  • To the end of the list add this: ;C:\python25;C:\python25\scripts
  • If your python is not python 2.5 or is installed in a different directory you will need to change the paths to point to python.exe and the place where you keep your scripts.
  • Click okay
  • Now if you type python in the command line it should change to the python.exe interpreter

Hope that works

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.