[PYTHON] pyenv + fish environment construction

Install pyenv

For Mac, it can be installed with the brew command brew install pyenv

Version confirmation

pyenv install -l

Python installation

pyenv install hogehoge * Specify the python version confirmed by the above command.

Add settings to config.fish

Add the following settings set -x PATH $HOME/.pyenv/bin $PATH . (pyenv init - | psub)

Specifying the version

pyenv global hogehoge Specify the python version to be used as an option in the hogehoge part

Confirm that the version has been changed with the following command python --version

Recommended Posts

pyenv + fish environment construction
Environment construction memo of pyenv + conda
Python environment construction (pyenv + poetry + pipx)
Environment construction with pyenv and pyenv-virtualenv
DeepIE3D environment construction
Emacs-based environment construction
Linux environment construction
Python environment construction
Environment construction (python)
django environment construction
CodeIgniter environment construction
python environment construction
Python --Environment construction
Python environment construction
Golang environment construction
python environment construction
Word2vec environment construction
[Ubuntu 18.04] Python environment construction with pyenv + pipenv
Python3 TensorFlow environment construction (Mac and pyenv virtualenv)
Environment construction: GCP + Docker
Django project environment construction
python windows environment construction
ConoHa environment construction memo
PyData related environment construction
Python development environment construction
python2.7 development environment construction
BigGorilla environment construction memo
grip environment construction onCentOS6.5
Python 3.x environment construction by Pyenv (CentOS, Ubuntu)
Anaconda environment construction memo
Golang environment construction [goenv]
Mac environment construction Python
Pyxel environment construction (Mac)
Python environment construction @ Win7
Environment construction with anyenv + pyenv (migrate from pyenv only (Mac))
[Python] Django environment construction (pyenv + pyenv-virtualenv + Anaconda) for macOS
[Ubuntu 18.04] Tensorflow 2.0.0-GPU environment construction
Python + Anaconda + Pycharm environment construction
About Linux environment construction (CentOS)
Use Anaconda in pyenv environment
PyTorch C ++ (LibTorch) environment construction
Anaconda environment construction on CentOS7
Django development environment construction memo
First LAMP environment construction (Linux)
Python environment construction (Windows10 + Emacs)
CI environment construction ~ Python edition ~
[Memo] Construction of cygwin environment
ML environment construction with Miniconda
Python environment construction For Mac
Anaconda3 python environment construction procedure
Docker + Django + React environment construction
Anaconda3 × Pycharm environment construction memo
Python environment construction and TensorFlow
Byobu crashes in pyenv environment
NumPy and matplotlib environment construction
Machine learning environment construction macbook 2021
Mac + fish + pyenv + VSCode (April 2020)
Python environment construction under Windows7 environment
[MEMO] [Development environment construction] Python
Ubuntu14.04 + GPU + TensorFlow environment construction
[Tensorflow] Tensorflow environment construction on Windows 10