atom-community / atom-community/ide-python

Option to provide absolute path to pyls

未关闭
#120 0 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
238
派生
40
PR 合并指标
30 天内没有已合并 PR

描述

Hi,
Since virtual-environments are very commonly used, its a bit cumbersome to keep installing `pyls` in each environment.
Is there a way to set an absolute path to the `pyls` ( or perhaps I missed this configuration ? )

for eg.
```
➯ ➯ ➯ which pyls
~/anaconda3/bin/pyls
```
vs
```
➯ ➯ ➯ which python
~/anaconda3/envs/my-env/bin/python
```

I'd like to set `pyls` to point to 1st one.

贡献指南

打开贡献指南

调研方向

Start by locating the configuration or entry point that selects the pyls executable; the issue does not name a file or test. Verify how the existing Python environment is chosen, then confirm that users can provide an absolute pyls path independent of the active virtual environment.

由索引模型根据 Issue 内容生成。

评估

技术栈
javascript, python
领域
tooling
Issue 类型
功能
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
38/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。