mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 03:04:00 +00:00
Use python2.7
This commit is contained in:
parent
33529254f1
commit
986feced3c
|
@ -11,9 +11,9 @@
|
|||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@interface VLAppController : NSObject {
|
||||
IBOutlet id lilypondPath;
|
||||
IBOutlet NSMenu * lilypondPath;
|
||||
IBOutlet id mirrorWin;
|
||||
IBOutlet id debugMenu;
|
||||
IBOutlet NSMenu * debugMenu;
|
||||
|
||||
NSString * toolPath;
|
||||
NSString * appPath;
|
||||
|
|
|
@ -258,7 +258,7 @@
|
|||
url:[NSURL URLWithString:@"http://lilypond.org/web/install"]]
|
||||
)
|
||||
quit = YES;
|
||||
if (![self getLineFromCommand:@"bash -l -c 'which python2.5'"])
|
||||
if (![self getLineFromCommand:@"bash -l -c 'which python2.7'"])
|
||||
if ([self promptForSoftwareInstallation:@"Download from python.org"
|
||||
withTitle: @"Python 2.5 Not Found!"
|
||||
explanation:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python2.5
|
||||
#!/usr/bin/env python2.7
|
||||
|
||||
"""
|
||||
The program "MMA - Musical Midi Accompaniment" and the associated
|
||||
|
|
Loading…
Reference in New Issue
Block a user