Search

sametbh
sametbh
  • Tags
  • TFT

    Activating `venv` in Windows

    Jan 23, 2021

    On Windows, venv creates a batch file. If an installation step says to to run source venv/bin/activate, instead run venv\Scripts\Activate

    virtualenv env
    source env/bin/activate
    pip install -r requirements.txt
    
    venv python

    Related

    • UTF-8 encoding errors in python scripts
    • Python Keep First Occurence Of Date
    • Opening and reading files in python
    • Web Screenshots with Python
    • Parsing Frontmatter with Python

    cite
    copy download