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
The pxr module is located in $USD_PREFIX/lib/python but it would be great if it was stored using python's standard layout $USD_PREFIX/lib/python2.7/site-packages.
two reasons:
it let's users run pip install PyOpenGL --prefix=$USD_PREFIX and it will just work.
eventually we're going to need to deal with python3. yep, start embracing that idea because python2's EOL is coming :)
In general I've found that it just makes life easier to organize these things the way that python wants you to.
Side note: it would be good to add PyOpenGL to the list of USD's dependencies.
The text was updated successfully, but these errors were encountered:
The
pxr
module is located in $USD_PREFIX/lib/python but it would be great if it was stored using python's standard layout $USD_PREFIX/lib/python2.7/site-packages.two reasons:
pip install PyOpenGL --prefix=$USD_PREFIX
and it will just work.In general I've found that it just makes life easier to organize these things the way that python wants you to.
Side note: it would be good to add
PyOpenGL
to the list of USD's dependencies.The text was updated successfully, but these errors were encountered: