Fixes windows PATH environment variable to find python.exe, pip.exe and more
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fix-winpath-0.0.1.tar.gz
(2.5 kB
view details)
Built Distribution
File details
Details for the file fix-winpath-0.0.1.tar.gz
.
File metadata
- Download URL: fix-winpath-0.0.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b87d1014798b01a784c3d548b12a6648cea52f54163a653b45259feafe35c81a |
|
MD5 | e57bb8e7d9e757eee099a98165edcf1d |
|
BLAKE2b-256 | d86ff9802d32847de6b81b968df12ccab244c3fa5bebac6d42149fbeb06be820 |
File details
Details for the file fix_winpath-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: fix_winpath-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2903add039f203ea7a9a399f0d58070b0dd5e58ad1ab82a3bd4072e3f483ecdd |
|
MD5 | b0d07a157a3df4cc814d4ddc69197554 |
|
BLAKE2b-256 | e84d489417703d3513829be8de8400e4da5b7e7bce2b4c54ab8ffb5b825faa93 |