Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ssbb/pyenv-mode-auto

Automatically activates pyenv version within Emacs if .python-version file exists.
https://github.com/ssbb/pyenv-mode-auto

emacs pyenv python

Last synced: 2 months ago
JSON representation

Automatically activates pyenv version within Emacs if .python-version file exists.

Awesome Lists containing this project

README

        

=================
pyenv-mode-auto
=================

.. image:: http://melpa.org/packages/pyenv-mode-auto-badge.svg
:target: http://melpa.org/#/pyenv-mode-auto

Automatically activate pyenv version from Emacs with `pyenv-mode `_.

It traverse directories up until ``.python-version`` file will be found and activates pyenv version defined there.

Installation
============

You can simply install package from `Melpa `_.

.. code-block:: lisp

(add-to-list 'package-archives
'("melpa" . "http://melpa.org/packages/") t)

And then :kbd:`M-x package-install [RET] pyenv-mode-auto [RET]`. After Installing you should `require` this package:

.. code-block:: lisp

(require 'pyenv-mode-auto)

Usage
=====

Just open any file within you project (with ``.python-version`` file in the same directory or above) and you pyenv version will be activated.