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

"python" to sys.executable #2

Closed
wants to merge 1 commit into from
Closed

"python" to sys.executable #2

wants to merge 1 commit into from

Conversation

cassj
Copy link

@cassj cassj commented Jul 25, 2011

Hi,

The python on our system is an old version, incompatible with MISO. I've installed a newer version as python2.7 but a lot of the calls in the MISO scripts have the command 'python' hard-coded. I've changed these to use sys.executable instead. I don't know Python too well, so I'm not sure if this is the best solution, but running python2.7 test_miso.py seems to work.

Cheers,
Cass

@yarden
Copy link
Owner

yarden commented Jul 25, 2011

Hi cassj,

Thanks for this -- that's a better solution. I'm currently away and
will be back to the U.S. in early August, and will incorporate your
fix to the main branch then.

Best, --Yarden

On Mon, Jul 25, 2011 at 4:43 PM, cassj
reply@reply.github.com
wrote:

Hi,

The python on our system is an old version, incompatible with MISO. I've installed a newer version as python2.7 but a lot of the calls in the MISO scripts have the command 'python' hard-coded. I've changed these to use sys.executable instead. I don't know Python too well, so I'm not sure if this is the best solution, but running python2.7 test_miso.py seems to work.

Cheers,
Cass

Reply to this email directly or view it on GitHub:
#2

yarden added a commit that referenced this pull request Oct 14, 2012
@yarden yarden closed this Oct 28, 2012
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.

2 participants