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

install.sh doesn't work correctly if -p is given before -P #7

Open
AlisterH opened this issue Jun 15, 2014 · 0 comments
Open

install.sh doesn't work correctly if -p is given before -P #7

AlisterH opened this issue Jun 15, 2014 · 0 comments

Comments

@AlisterH
Copy link
Contributor

There is a bug in install.sh
If I do this:

./install.sh -p /usr -P /usr/bin/python2 

then I get this, and the files are not installed properly:

  File "<string>", line 1
    import distutils.sysconfig; print distutils.sysconfig.get_python_lib()
                                              ^
SyntaxError: invalid syntax
Installing gtk version of cropgui
Installed cropgui gtk

If I do this it works:

./install.sh -P /usr/bin/python2  -p /usr
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

2 participants