I am using Windows, Python version 3.12.3. I pip installed direnv, no issues with that. But when I run
direnv --version
I get this error:
direnv : The term 'direnv' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
+ CategoryInfo : ObjectNotFound: (direnv:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
My direnv folder is located in ‘Lib/site-packages’ within my Python directory. I have tried a lot of things, I am not sure what to do.