You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ghost
added
the
kind/bug
Outline of a bug - must adhere to the bug report template.
label
Mar 28, 2017
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
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.
The text was updated successfully, but these errors were encountered: