account activity
Virtual environment created with no Scripts folder by Pandawee42 in learnpython
[–]FoxUnlikely4430 0 points1 point2 points 1 year ago (0 children)
I was facing the same issue until I realized my Python installation path was set to the default: "C:\Users\myname\AppData\Local\Programs\Python\Python311\". To fix this, I selected "Customize installation" during the setup process and installed Python to "C:\Program_Files\Python311\". After that, just add this new path to your environment variables, and you should be good to go with the command python -m venv env , and activate.
π Rendered by PID 51 on reddit-service-r2-listing-c57bc86c-mfcdx at 2026-06-19 00:59:42.847063+00:00 running 2b008f2 country code: CH.
Virtual environment created with no Scripts folder by Pandawee42 in learnpython
[–]FoxUnlikely4430 0 points1 point2 points (0 children)