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

which python do I chose ? #695

Open
gMan1990 opened this issue Oct 8, 2019 · 1 comment
Open

which python do I chose ? #695

gMan1990 opened this issue Oct 8, 2019 · 1 comment

Comments

@gMan1990
Copy link

gMan1990 commented Oct 8, 2019

I hava python2.7 and python3.7 installed in my macos.

python3.7 -m pip install CodeIntel ?
or
python2.7 -m pip install CodeIntel ?

@jackal1988
Copy link

I think you should modify SublimeCodeIntel user config file like this:

{
    "codeintel_language_settings": {
        "Python3": {
             "python3": "C:/python3.6",
        },
    }
}

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

2 participants