I am cloning a project's venv directory to my Windows environment. The virtual env was created on a Linux box. As a result, I guess, it doesn't include the Scripts\Activate script. The Scripts\ folder is completely empty.
What do I need to do to Activate the environment (so I can use it in Visual Studio Code)?
Edit: Apparently I got the venv paradigm wrong. You don't share the venv, but only the requirements.txt and allow each dev to create their venv (or not, if they choose). Thanks @bck and @Santiago