• Stars
    star
    120
  • Rank 295,983 (Top 6 %)
  • Language
    Shell
  • License
    MIT License
  • Created over 11 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Allow pyenv to guess the python version from the program name.

pyenv-implict

Allow pyenv to guess the python version from the program name.

Install

Installing pyenv-implict as a pyenv plugin will give you access to the provided behavior.

$ git clone git://github.com/concordusapps/pyenv-implict.git ~/.pyenv/plugins/pyenv-implict

Usage

$ pyenv install 2.7.5
$ pyenv install 3.3.2

$ pyenv version
system (set by ...)

$ python2.7 --version
Python 2.7.5

$ pyenv shell 3.3.2
$ pyenv version
3.3.2 (set by PYENV_VERSION environment variable)

$ python2 --version
Python 2.7.5

License

Unless otherwise noted, all files contained within this project are liensed under the MIT opensource license. See the included file LICENSE or visit opensource.org for more information.

More Repositories

1

grunt-haml

Process HAML templates to precompiled JavaScript or rendered HTML.
JavaScript
41
star
2

python-scim

A python interface to produce and consume System for Cross-domain Identity Management (SCIM) messages.
Python
20
star
3

pytest-bench

A benchmark utility for pytest.
Python
17
star
4

python-saml

A python interface to produce and consume Security Asserion Markup Language v2.0 (SAML2) messages.
Python
17
star
5

python-hocr

HOCR manipulation and utility library; provides hocr2pdf binary.
Python
15
star
6

alchemist

A server architecture built on top of a solid foundation provided by flask, sqlalchemy, and various extensions.
Python
12
star
7

inquire.js

Generate advanced query strings.
JavaScript
11
star
8

python-hummus

Pythonic API for hummus, the fast and free PDF reader / writer.
Python
9
star
9

python-shield

A permissions framework built around declarative rules.
Python
8
star
10

django-identity

Python
6
star
11

composer-example

Example Chaplin application built to show off the power of the composer.
CoffeeScript
5
star
12

python-xmlsec

Python bindings for the XML Security Library.
Python
4
star
13

strudel

A Python 3 Vcard parser
Python
4
star
14

keystone

Arch Linux automated install procedure.
Shell
4
star
15

python-vial

A session store backed by redis.
Python
3
star
16

loscore

Because it's even fairer than the fairest possible solution.
JavaScript
3
star
17

gallery-chaplin

CoffeeScript
3
star
18

chaplin-boilerplate

CoffeeScript
3
star
19

zendesk-python3

Python 3 version of the zendesk module.
Python
2
star
20

django-shield

An object-level permissions backend for django using expressive rules.
Python
2
star
21

wsgi-intercept

Installs a WSGI application in place of a real URI for testing.
Python
2
star
22

chaplin-reader

CoffeeScript
1
star
23

webassets-traceur

Python
1
star
24

grunt-css-condense

A grunt task for css-condense
JavaScript
1
star
25

python-cmislib

A fork of Apache Chemistry's cmislib that supports python3. https://chemistry.apache.org/python/cmislib.html
Python
1
star
26

chaplin-demo

Simple chaplin application to demonstrate the concepts of chaplin.js development.
CoffeeScript
1
star