All Projects → ssbb → pyenv-mode-auto

ssbb / pyenv-mode-auto

Licence: GPL-3.0 license
Automatically activates pyenv version within Emacs if .python-version file exists.

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to pyenv-mode-auto

pyenv-pyright
Setup a pyenv virtualenv for microsoft pyright in the pyrightconfig.json config file
Stars: ✭ 51 (+121.74%)
Mutual labels:  pyenv
pyenv-win
pyenv for Windows. pyenv is a simple python version management tool. It lets you easily switch between multiple versions of Python. It's simple, unobtrusive, and follows the UNIX tradition of single-purpose tools that do one thing well.
Stars: ✭ 1,815 (+7791.3%)
Mutual labels:  pyenv
pythonfinder
PythonFinder: Cross Platform Search Tool for Finding Pythons
Stars: ✭ 30 (+30.43%)
Mutual labels:  pyenv
xxenv-latest
This **env(pyenv, rbenv, nodenv, goenv, phpenv, luaenv) plugin replaces the version specified in the argument with the latest version.
Stars: ✭ 69 (+200%)
Mutual labels:  pyenv
dotfiles
💾 personal configuration files
Stars: ✭ 42 (+82.61%)
Mutual labels:  pyenv
pyenv
Pyenv support plugin for fish-shell
Stars: ✭ 62 (+169.57%)
Mutual labels:  pyenv
travis-pyenv
Set up pyenv to use in Travis CI
Stars: ✭ 17 (-26.09%)
Mutual labels:  pyenv
ubuntu-win-bootstrap
DEPRECIATED! Use "linux-comfy-chair" instead. A very simple bootstrap script to install some development tools to the Windows 10 Ubuntu Bash system - Ruby, Perl, Python, Node, Sublime Text and more!
Stars: ✭ 27 (+17.39%)
Mutual labels:  pyenv
ansible-pyenv
Ansible role to install pyenv on Ubuntu or macOS development machines
Stars: ✭ 46 (+100%)
Mutual labels:  pyenv
ansible-galaxy-pyenv
Ansible Galaxy role for pyenv
Stars: ✭ 56 (+143.48%)
Mutual labels:  pyenv

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.

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

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

(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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].