Sorry the pip was left out in the command so it was looking for install module not pip. I fixed it after I posted it but it didn’t seem to save.
python3 -m pip install
I use that because I want to be sure it is using conda’s python and not system. Conda works as well but wanted to keep it simple.
No worries, I am glad it got fixed to prevent any confusion!
As I said there was a way to bypass this with environment configurations but I thought that would be more confusing to post about. Thanks for making this btw, it will likely help others out a lot!
Yeah didn't want to touch ENVs as I wanted to keep it simple and most people won't be using them.