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.
- I had to close my terminal using exit()
- I used python -m venv env_name and env_name/scripts/activate
- 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.
- 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