python-3.xvirtualenv

How to check what version of Virtual Env is installed


I wanted to know what version of virtual env is installed ? My OS is windows 10

Thank you


Solution

  • In your terminal use the command: virtualenv --version

    Example output: 15.1.0