You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: Install Python modules to standard site-packages directory
By default the build now installs Python modules to the standard
site-packages directory for the version of Python used to build
OpenUSD. This directory varies depending on platform and version.
Typical locations are:
Linux/MacOS:
- <inst>/lib/pythonX.Y/site-packages
- <inst>/lib64/pythonX.Y/site-packages
Windows:
- <inst>/Lib/site-packages
Users can override this by setting the PXR_PYTHON_INSTALL_DIR
parameter to either an absolute path or a path relative to
CMAKE_INSTALL_PREFIX when running CMake. This is also
available when running build_usd.py via the --python-install-dir
option. Setting this to "lib/python" will restore the previous
install layout.
Docs and tutorials were updated to reflect this change. Info
about the install directory and PYTHONPATH setup were centralized
in the "Python" section in BUILDING.md, with other docs updated
to refer there.
FixesPixarAnimationStudios#30
(Internal change: 2414602)
0 commit comments