Activity #18: Research Virtual Environment and Python package manager
How to Create and Use Virtual Environments
Create Folder and type CMD in search bar
Create a Virtual Environment: In CMD, run the following command in your terminal to create a virtual environment:
python -m venv venv
This creates a folder (venv) ...
kongbi.hashnode.dev1 min read