Hey guys, I am very much a noobie when it comes to the new characterization tool and I am having trouble getting the software to run. I type the commands in my prompt exactly as they appear on the tutorial and everything seems to install and update smoothly. However, when I try to open a new project using the frc-characterization drive new command it fails saying ‘frc-characterization is not recognized as an internal or external command’ I have tried on multiple machines and get the same error. Can anyone help?
The first time I ran the command it installed everything successfully it appears because now when I run it says the requirements are already satisfied.
Which version of Python are you running? If you just type in python in a terminal window, it will launch a python command window and show you the python version.
If you’re using windows, make sure that your PATH environment variable includes the location of your python directory. For my computer, it is: C:\Program Files (x86)\Python37-32\ C:\Program Files (x86)\Python37-32\Scripts\
Note that this may vary based on where Python is installed on your computer