Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'fp2lm' is not recognized #1

Open
talagalukas opened this issue Jan 15, 2024 · 1 comment
Open

'fp2lm' is not recognized #1

talagalukas opened this issue Jan 15, 2024 · 1 comment
Assignees

Comments

@talagalukas
Copy link

Hi, when I do the 3rd step in the installation for Windows, I get this error in Windows PowerShell. How do I solve this?

fp2lm : The term 'fp2lm' is not recognized as the name of a cmdlet, function, script file, or operable program. Check t
he spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:2

  • fp2lm -d 20m > ~\Desktop\LitchiMission.csv
  •  + CategoryInfo          : ObjectNotFound: (fp2lm:String) [], CommandNotFoundException
     + FullyQualifiedErrorId : CommandNotFoundException
    
@pdfinn
Copy link
Owner

pdfinn commented Jan 16, 2024

Hi, thanks for reaching out about this. This probably indicates that the fp2lm command is not being found — most likely because it is not in PowerShell's PATH environmental variable. Note: the environmental variable setting will only persist as long as the shell is open. If you close the shell, you will need to reset the environmental variable. There are additional steps to perform if you want to make the setting permanent. I've updated the Windows installation and usage instructions. Please take a look here: https://github.com/pdfinn/flightplan2litchimission/blob/main/README.md and let me know if this fixes the issue. The new instructions have been tested in PowerShell on Windows 10 Enterprise.

@pdfinn pdfinn self-assigned this Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants