Python installation

Advance preparation

Purpose

Prepare an environment for learning deep learning

Reference book: O'REILY Deep Learning made from scratch

Requirements

Install Homebrew

https://brew.sh/index_ja.htmlのサイトでインストールコマンドが記載されているのでターミナルから実行する

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install pyenv

brew install pyenv
pyenv -version

Pass environment variables

cd ~
ls -al
touch .bash_profile
vi ~.bash_profile
export PATH="$HOME/.pyenv/shims:$PATH"
source ~/.bash_profile
which python

Install python

pyenv install -l
pyenv install 3.5.0
xcode-select --install
pyenv global 3.5.0
python -v
pip install numpy
pip install matplotlib

Recommended Posts

Python installation
Python installation
Python installation (Windows)
Python installation 2020 (macOS)
Python3.4 installation notes
python openCV installation (memo)
Python basic course (2 Python installation)
Reinforcement learning 1 Python installation
Python
Python installation method Windows
Installation of Python 3.3 rc1
Python 2.7 installation (yum) (CentOS 6.8)
Installation of matplotlib (Python 3.3.2)
Python 3.5 installation (yum) (CentOS 6.8)
python (pyenv + pyenv-virtualenv) + CentOS7 installation
Python CMS Mezzanine installation procedure
Python 3.6 installation procedure [for Windows]
Python installation and basic grammar
OpenCV3 installation for Python3 @macOS
Fastest Python installation on Windows
Python 3 series installation for mac
Ruby, Python Module Installation Guide
Source installation and installation of Python
Python (Python 3.7.7) installation and basic grammar
kafka python
Python basics ⑤
python + lottery 6
Python Summary
Built-in python
Python comprehension
Python technique
Python 2.7 Countdown
Python memorandum
Python FlowFishMaster
Python service
python tips
Installation of SciPy and matplotlib (Python)
Django installation
Cuda installation
I tried to touch Python (installation)
python function ①
Python basics
Python memo
Python practice_Virtual environment setup ~ Django installation
ufo-> python (3)
boto3 installation
Python comprehension
install python
Python Singleton
Python basics ④
Python Memorandum 2
python memo
Python Jinja2
Docker installation
Python increment
atCoder 173 Python
Volatility installation
[Python] function
Installing Python 3.4.3.
Try python
Python memo