Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
env: Python version lookup improvements (seagle0128#666)
* env/python: Avoid pipenv package dependency Since `pipenv-project-p` just boils down to a simple `locate-dominating-file` avoid depending on it for finding `pipenv` repositories. This helps users that uses `pipenv` but doesn't use https://github.com/pwalsh/pipenv.el See: https://github.com/pwalsh/pipenv.el/blob/master/pipenv.el#L367-L369 * env/python: Find python via direnv If pipenv and pyenv fails, try to find python via direnv.
- Loading branch information