.. _spkg_virtualenv:

virtualenv: Virtual Python Environment builder
==============================================

Description
-----------

Virtual Python Environment builder

License
-------

MIT

Upstream Contact
----------------

https://pypi.org/project/virtualenv/

Type
----

standard


Dependencies
------------

- $(PYTHON)
- :ref:`spkg_distlib`
- :ref:`spkg_filelock`
- :ref:`spkg_pip`
- :ref:`spkg_platformdirs`
- :ref:`spkg_python_discovery`

Version Information
-------------------

package-version.txt::

    21.2.0

version_requirements.txt::

    virtualenv


Equivalent System Packages
--------------------------

.. tab:: conda-forge

   .. CODE-BLOCK:: bash

       $ conda install virtualenv 


.. tab:: Fedora/Redhat/CentOS

   .. CODE-BLOCK:: bash

       $ sudo dnf install python3-virtualenv 


.. tab:: Void Linux

   .. CODE-BLOCK:: bash

       $ sudo xbps-install python3-virtualenv 


If the system package is installed, ``./configure`` will check if it can be used.

