Documentation
Search
K
Comment on page

Pynt CLI Troubleshooting

Troubleshoot Pynt CLI effectively! Explore our documentation for insights and solutions to common issues you might encounter with Pynt's command-line interface.

'pynt' is not recognized

This issue happens when pip script folder is not in your PATH environment variable
Please add Python scripts folder to your PATH environment variable or you will get the "Pynt not recognized" message when running pynt.
You can see the path to the script folder from the output of pip when installing Pynt CLI
To find Pynt location after installation:
pip show pyntcli
Path Location