Glossary

Manually add Python to PATH:

Open System Properties → Advanced → Environment Variables - Find the "Path" variable in User variables - Add the path to your Python installation (typically `C:\Users\YourName\AppData\Local\Programs\Python\Python312\`) - Add the Scripts subdirectory too (`...\Python312\Scripts\`)

Learn More

Related Terms