for some reason when i use
py -3.10 -m venv env and then activate it using ./source/Scripts/activate. However, for some reason it nests paths. Like such:
/c/Users/name/Desktop/LU/Zelf-ontplooiing/Project 2 - tts/\Users\name\Desktop\LU\Zelf-ontplooiing\Project 2 - tts\env/Scripts/python
(env) ```
Not sure why or how to fix this. This doesn't happen when I make a regular venv without specifying a version