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 language server fails if Python 3.5 already installed but pip3 is not #4586

Closed
ghost opened this issue Mar 28, 2017 · 0 comments
Closed
Assignees
Labels
kind/bug Outline of a bug - must adhere to the bug report template. sprint/current

Comments

@ghost
Copy link

ghost commented Mar 28, 2017

The problem is here - https://github.com/eclipse/che/blob/master/agents/ls-python/src/main/resources/org.eclipse.che.ls.python.script.sh#L85

In environments with Python 3.5 already installed, like Ubuntu 16.04, the script skips installation of python and pip3. As a result, ls never starts and it is impossible to open .py files since Python ls is enabled but never started.

The script should also check if pip3 is installed.

@ghost ghost added the kind/bug Outline of a bug - must adhere to the bug report template. label Mar 28, 2017
@ghost ghost changed the title Python language server fails if Python 3.5 already installed by pip3 is not Python language server fails if Python 3.5 already installed but pip3 is not Mar 28, 2017
@ghost ghost closed this as completed Mar 30, 2017
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template. sprint/current
Projects
None yet
Development

No branches or pull requests

2 participants