fix-winpath
If you are sure python is installed on your windows machine, but still encounter the following problem while trying to run python from your windows cmd terminal:
C:\Users\Joe> python
'python' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\Joe> pip install requests
'pip' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\Joe> jupyter notebook
'jupyter' is not recognized as an internal or external command,
operable program or batch file.
fix-winpath might help you to fix your windows' PATH environment variable.
Instructions
Check if you can launch python using the py launcher first:
C:\Users\Guest>py --version
Python 3.7.0
Assuming the line above works, install fix-winpath with:
py -3 -m pip install --upgrade fix-winpath
After installing the package successfully fix your PATH with:
py -3 -m fix_winpath -i
Release files for fix-winpath 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fix-winpath-0.0.1.tar.gz | 2.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fix_winpath-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.1 kB
Release files / fix-winpath-0.0.1.tar.gz
| Download URL | fix-winpath-0.0.1.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b87d1014798b01a784c3d548b12a6648cea52f54163a653b45259feafe35c81a
|
|
BLAKE2b-256 checksum How to use checksums |
d86ff9802d32847de6b81b968df12ccab244c3fa5bebac6d42149fbeb06be820
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.25.0 CPython/3.7.3
|
Release files / fix_winpath-0.0.1-py3-none-any.whl
| Download URL | fix_winpath-0.0.1-py3-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2903add039f203ea7a9a399f0d58070b0dd5e58ad1ab82a3bd4072e3f483ecdd
|
|
BLAKE2b-256 checksum How to use checksums |
e84d489417703d3513829be8de8400e4da5b7e7bce2b4c54ab8ffb5b825faa93
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.25.0 CPython/3.7.3
|