[PYTHON] How to display a list of installable versions with pyenv

I forget it every time, so make a note

List display

pyenv install --list 

Latest version display

pyenv install --list | grep -v - | grep -v b | tail -1

Latest minor display of specified version (ex: 3.5 series)

pyenv install --list | grep -v - | grep -v b | grep 3.5.* | tail -1

Recommended Posts

How to display a list of installable versions with pyenv
[Introduction to Python] How to sort the contents of a list efficiently with list sort
How to write a list / dictionary type of Python3
How to get a list of files in the same directory with python
[Python] How to make a list of character strings character by character
How to shuffle a part of a Python list (at random.shuffle)
How to identify the element with the smallest number of characters in a Python list?
How to get a list of built-in exceptions in python
How to get a list of links from a page from wikipedia
How to install Anaconda with pyenv
How to connect the contents of a list into a string
How to display a specified column of files in Linux (awk)
I tried to create a list of prime numbers with python
Here's a brief summary of how to get started with Django
Node.js: How to kill offspring of a process started with child_process.fork ()
[Python] How to convert a 2D list to a 1D list
Display a list of alphabets in Python 3
How to display python Japanese with lolipop
Summary of how to use Python list
How to display the CPU usage, pod name, and IP address of a pod created with Kubernetes
[EC2] How to take a screen capture of your smartphone with selenium
Think about how to write a filter with the Shotgun API-Contact Versions
How to format a list of dictionaries (or instances) well in Python
Summary of how to build a LAMP + Wordpress environment with Sakura VPS
How to calculate the volatility of a brand
[python] How to display list elements side by side
How to read a CSV file with Python 2/3
A simple example of how to use ArgumentParser
How to send a message to LINE with curl
How to clear tuples in a list (Python)
How to draw a 2-axis graph with pyplot
How to develop a cart app with Django
Display output of a list of floating point numbers
Use multiple versions of python environment with pyenv
How to specify attributes with Mock of python
How to implement "named_scope" of RubyOnRails with Django
Get a list of IAM users with Boto3
How to use tkinter with python in pyenv
How to display images continuously with matplotlib Note
How to create a multi-platform app with kivy
[Java] How to switch between multiple versions of Java
How to pass the execution result of a shell command in a list in Python
How to achieve something like a list of void * (or variant) in Go?
Find out how to divide a file with a certain number of lines evenly
How to apply updlock, rowlock, etc. with a combination of SQLAlchemy and SQLServer
[Introduction to Python] How to get the index of data with a for statement
A new form of app that works with GitHub: How to make GitHub Apps
How to use Pyenv
How to use list []
Display of fractions (list)
How to convert / restore a string with [] in python
A memo connected to HiveServer2 of EMR with python
Convert a slice object to a list of index numbers
A memo of how to use AIST supercomputer ABCI
[Python] How to draw a line graph with Matplotlib
How to set up a Python environment using pyenv
How to create a submenu with the [Blender] plugin
How to get a logged-in user with Django's forms.py
How to convert a class object to a dictionary with SQLAlchemy
How to deal with pyenv initialization failure in fish 3.1.0
How to make a shooting game with toio (Part 1)