atom-community / atom-community/ide-python
Option to provide absolute path to pyls
Open
- Dominant language
- JavaScript
- Stars
- 238
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.