Install python with pyenv

conditions

Installation procedure

Install pyenv & set path

$ anyenv install pyenv
$ echo 'eval "$(pyenv init -)"' >> ~/.bash_profile
$ source ~/.bash_profile

Python installation

#Installable Ver.Confirmation of
$ pyenv install --list

#Install the latest stabilizer
$ pyenv install 3.6.1

#Installed Ver.To global
$ pyenv global 3.6.1
$ pyenv versions
  system
* 3.6.1

Python operation check

$ python
Python 3.6.1 (default, Apr 20 2017, 11:16:55) 
[GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()

Recommended Posts

Install python with pyenv
Unable to install Python with pyenv
Install Voluptuous with Python 2.5
Install Python as a Framework with pyenv
Install Python environment with Anaconda
install python
I wanted to install Python 3.4.3 with Homebrew + pyenv
Install external libraries with Python
Reinstall python with pyenv with -fPIC
Install pyenv from Homebrew, install Python from pyenv
python with pyenv and venv
Install the latest stable Python with pyenv (both 2 and 3)
Install the latest Python from pyenv installed with homebrew
Install Python 2.7.9 and Python 3.4.x with pip.
I can't install python3 with pyenv-vertualenv
Install Python from source with Ansible
Install the Python plugin with Netbeans 8.0.2
Install Python on CentOS using Pyenv
Install python2.x on catalina with pyenv
Wget fails during install with pyenv
Install Python on CentOS using pyenv
Install python with mac vs code
How to install Anaconda with pyenv
[Python Windows] pip install with Python version
How to install Python2.7 python3.5 with pyenv (on RHEL5 CentOS5) (2016 Nov)
Statistics with python
Python with Go
Twilio with Python
Integrate with Python
Install Python locally
Play with 2016-Python
AES256 with python
Tested with Python
Install NAOqi python
python starts with ()
with syntax (Python)
pyenv + anaconda + python3
Install Python Control
Bingo with python
Zundokokiyoshi with python
CentOS8 --Install --Python3
Excel with Python
Microcomputer with Python
Cast with python
[Pyenv] Building a python environment with ubuntu 16.04
[Ubuntu 18.04] Python environment construction with pyenv + pipenv
Use smbus with python3 under pyenv environment
scipy stumbles with pip install on python 2.7.8
Build a python virtual environment with pyenv
Install pyenv and Python 3.6.8 on Ubuntu 18.04 LTS
How to install python3 with docker centos
Zip, unzip with python
Django 1.11 started with Python3.6
Primality test with Python
Python with eclipse + PyDev.
Scraping with Python (preparation)
Install python on WSL
Try scraping with Python.
Install pyenv on mac
Learning Python with ChemTHEATER 03
Sequential search with Python