Having trouble with Terminal + installing packages

When I go to the Terminal and list what Mosh is telling us to list it’s not working at all.
Could use help!

I found the solution, I was so lost but someone helped me via discord.

  1. I had to close my terminal using exit()
  2. I used python -m venv env_name and env_name/scripts/activate
  3. You can also change the bottom left by searching for the interpreter and make sure it is linked by right-clicking on python and selecting as interpreter.
  4. From there all the packages were working for me. My explanation isn’t the best but hope that helps someone as stuck as I was.
1 Like