PYENV Commands Cheat Sheet
Here is a cli commands cheat sheet for PYENV command, you can use this as a quick reminder for basic commands with a brief description for each of the commands.
What is PYENV command?
Add some data here
# Install the specified version of Python: pyenv install# Set the specified version of Python as system's default: pyenv global # Set the specified version of Python to be used in the current directory: pyenv local # Create a virtual environment based on the specified Python version (requires `pyenv-virtualenv` plugin): pyenv virtualenv # Uninstall the specified version of Python: pyenv uninstall # List the versions installed: pyenv versions # Check the version of python currently in use: pyenv version
Check out the PYENV command documentation .
You can also check our MegaSh cheatsheet tool, that has 150+ searchable linux cheat sheets in one page, so you never forget a command as you work again