I don't know if they changed this, but the last time I used Python on Windows, the Python installation folder wasn't added to PATH by default, so you needed to explicitly give the full path name Python is installed in (e.g. C:\Python27\python.exe for Python 2.7 by default, though the extension can be omitted).

One other quirk about Windows that's worth mentioning: you can't change the drive letter you're on with the cd command unless you use "/d" with it (e.g. "cd /d F:\apt-offline").

Reply via email to