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

python2 and osx #33

Open
xi2008wang opened this issue Apr 18, 2017 · 0 comments
Open

python2 and osx #33

xi2008wang opened this issue Apr 18, 2017 · 0 comments

Comments

@xi2008wang
Copy link

xi2008wang commented Apr 18, 2017

from shutil import which

not compatible python2

if PLATFORM == 'Darwin': command = ["open", "-a", TERMINAL].extend(command)

command=None

subprocess.Popen(command, env=env, cwd=self.cwd)

run fail on osx

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

No branches or pull requests

1 participant