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 -> python2 #1774

Closed
wants to merge 1 commit into from
Closed

python -> python2 #1774

wants to merge 1 commit into from

Conversation

Yamakaky
Copy link

Fixes #2 #1771

Review on Reviewable

@puremourning
Copy link
Member

Thanks for sending a PR. Unfortunately, this isn't so straightforward.

For example, please see the solution in #1702

For now, as this doesn't solve the issue (which is roughly an Arch-only issue afaik), and certainly breaks other platforms, I'm going to close this.

Happy to review a more generic/portable solution to help out our Arch users.

@puremourning
Copy link
Member

In particular, python2 is not always available, like on a mac.

BeniMac:YouCompleteMe ben$ which python2
BeniMac:YouCompleteMe ben$ 

@Yamakaky
Copy link
Author

Maybe then a shell script which launches the script with the correct executable ?

@vheon
Copy link
Contributor

vheon commented Nov 14, 2015

I think that the solution for the Arch users is to launch the install.py script with a python executable like python2 install.py

@cyxou
Copy link

cyxou commented Dec 27, 2015

@vheon, I'm on the Arch and running install.py script with a python executable did not work for me. I still get this YouCompleteMe unavailable message, whereas my python command refers to python 2.7.10.

@vheon
Copy link
Contributor

vheon commented Dec 27, 2015

@cyxou If you get YouCompleteMe unavailable message when you fire up vim then this is not related to the installer but to you're vim and which python is compiled against.

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.

4 participants