Add Python To Path |link| [ Windows ]
Run this in your terminal:
: At the bottom of the first window, check the box that says "Add python.exe to PATH" . Complete Install : Click "Install Now" . 2. Manual Method for Windows add python to path
(Or nano ~/.bash_profile if using Bash)
Find your Python path:
When adding the path manually, ensure you didn't accidentally delete the semicolon ( ; ) that separates the paths in the variable. Newer versions of Windows handle this with a list interface, but older versions require you to type the path manually, preceded by a semicolon. Run this in your terminal: : At the
Homebrew usually adds the correct path automatically. If not: add python to path