export
pants export [args]
Export Pants data for use in other tools, such as IDEs.
Backend: pants.core
Config section: [export]
Basic options
default:
[]
Export the specified resolve(s). The export format is backend-specific, e.g., Python resolves are exported as virtualenvs.
symlink_python_virtualenv
symlink_python_virtualenv
--[no-]export-symlink-python-virtualenv
PANTS_EXPORT_SYMLINK_PYTHON_VIRTUALENV
default:
False
Export a symlink into a cached Python virtualenv. This virtualenv will have no pip binary, and will be immutable. Any attempt to modify it will corrupt the cache! It may, however, take significantly less time to export than a standalone, mutable virtualenv will.
Advanced options
None
Deprecated options
None
Related subsystems
Updated about 1 month ago