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

Remove non-existing site_packages directory from PYTHONPATH #21688

Closed
jdemeyer opened this issue Oct 12, 2016 · 6 comments
Closed

Remove non-existing site_packages directory from PYTHONPATH #21688

jdemeyer opened this issue Oct 12, 2016 · 6 comments

Comments

@jdemeyer
Copy link

In sage-env, there is

PYTHONPATH="$SAGE_LOCAL/lib/python:$SAGE_LOCAL/lib/python/site_packages"

However, site_packages does not exist (but site-packages does exist). Since this is obviously not needed (it shouldn't be, Python should be able to find its site-packages directory), we just remove that directory.

Component: misc

Author: Jeroen Demeyer

Branch/Commit: c79dfb6

Reviewer: Travis Scrimshaw

Issue created by migration from https://trac.sagemath.org/ticket/21688

@jdemeyer jdemeyer added this to the sage-7.4 milestone Oct 12, 2016
@jdemeyer
Copy link
Author

@jdemeyer
Copy link
Author

Commit: c79dfb6

@jdemeyer
Copy link
Author

New commits:

c79dfb6Do not add non-existing site_packages directory to PYTHONPATH

@tscrim
Copy link
Collaborator

tscrim commented Oct 12, 2016

Reviewer: Travis Scrimshaw

@tscrim
Copy link
Collaborator

tscrim commented Oct 12, 2016

comment:3

Makes sense to me.

@vbraun
Copy link
Member

vbraun commented Oct 29, 2016

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

No branches or pull requests

3 participants