Category: Python

  • Python virtual env on windows

    Python must be defined in environment variables (Path) Create virtual environment in the folder worked in: python -m venv venv Activate the environment: .\venv\Scripts\activate Run the filepy myfile.py #python