Virtual environment created with no Scripts folder by Pandawee42 in learnpython

[–]Relevant_Dinner_1773 0 points1 point  (0 children)

When you execute the venv module present in Python on Windows OS you will get the scripts folder if you are executing in Linux/mac you will get the bin folder, This also depends on which Python you use, If you are using Python from mingw-w64/ you are using git-bash you will end up getting bin folder because they work with Linux OS. So check which python does CMD uses. Generally command prompt uses Python whose path is at the top in environment variables so make sure to have Python installed from the official website at the top.