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

Allow passing a specific python path #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

keflavich
Copy link
Contributor

WIP: Allow the option --python_path to specify the path to casapy [TODO: change to --casapy_path] instead of automatically searching based on the system's knowledge of the path

Some python2.5 compatibility changes were made that are not necessary,
as the whole script is not py2.5 compat because:
 - .format wasn't in py2.5
 - __future__ wasn't in 2.5
 - 2.5 doesn't support `with` or `as` syntax
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

Successfully merging this pull request may close these issues.

1 participant