virtualenv - Python virtualenv
Supported Uses in FPM
fpm supports using virtualenv only as an input type. This means you can convert
virtualenv input packages to output packages like deb, rpm, and more.
virtualenv-specific command line flags
--virtualenv-find-links PIP_FIND_LINKSIf a url or path to an html file, then parse for links to archives. If a local path or file:// url that’s a directory, then look for archives in the directory listing.
--[no-]virtualenv-fix-nameShould the target package name be prefixed?
--virtualenv-install-location DIRECTORYDEPRECATED: Use –prefix instead. Location to which to install the virtualenv by default.
--virtualenv-other-files-dir DIRECTORYOptionally, the contents of the specified directory may be added to the package. This is useful if the virtualenv needs configuration files, etc.
--virtualenv-package-name-prefix PREFIXName to prefix the package name with.
--virtualenv-pypi PYPI_URLPyPi Server uri for retrieving packages.
--virtualenv-pypi-extra-url PYPI_EXTRA_URLPyPi extra-index-url for pointing to your priviate PyPi
--[no-]virtualenv-setup-installAfter building virtualenv run setup.py install useful when building a virtualenv for packages and including their requirements from requirements.txt
--[no-]virtualenv-system-site-packagesGive the virtual environment access to the global site-packages