Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a standard python site-packages directory #30

Open
chadrik opened this issue Aug 25, 2016 · 1 comment
Open

Use a standard python site-packages directory #30

chadrik opened this issue Aug 25, 2016 · 1 comment

Comments

@chadrik
Copy link
Contributor

chadrik commented Aug 25, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants