Skip to content

Latest commit

 

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Oh My Laptop Python

This is part of oh-my-laptop.

Packages

pyenv

Just like Ruby, Python is an actively evolving language. Sometimes, you want to try different features from different versions of Python. pyenv is originally forked of rbenv and ruby-build, and modified for Python.

pyenv-doctor

pyenv-doctor is a pyenv plugin that provides a pyenv doctor command to verify pyenv installation and development tools to build pythons.

pyenv-update

pyenv-update is a pyenv plugin that provides a pyenv update command to update pyenv and its plugins.

This plugin was inspired from rbenv-update.

pyenv-virtualenv

pyenv-virtualenv is a pyenv plugin that provides a pyenv virtualenv command to create virtualenvs for Python on UNIX-like systems.

pyenv-which-ext

pyenv-which-ext is a pyenv plugin automatically lookup system command if the specified command has not been installed in pyenv.

Reference