Mac environment construction Python

Mac mini environment construction

Overview

I bought a MacMini (M1), so a memo until I Hello World python.

procedure

Until you pass the Path

Step 1 Get MacPorts available

Read Quick Start

--Install XCode --Install from the App Store of the native app --Check if you have agreed to the command line and license

$ xcode-select --install
$ sudo xcodebuild -license

--Install MacPorts --Go to HP and download (links by OS version at the top of QuickStart) --Pass through Path

~/zshrc


export PATH=/opt/local/bin:/opt/local/sbin/:$PATH
export MANPATH=/opt/local/man:$MANPATH

Step 2 Install python

--Install python

$ python3
>>> print("Hello World")

Recommended Posts

Mac environment construction Python
Python environment construction For Mac
Python environment construction
python environment construction
Python --Environment construction
Python environment construction
python environment construction
I checked Mac Python environment construction
Python environment construction memo on Mac
Environment construction of python3.8 on mac
Python3 TensorFlow for Mac environment construction
python windows environment construction
homebrew python environment construction
Anaconda-4.2.0-python3 environment construction (Mac)
Python development environment construction
python2.7 development environment construction
Pyxel environment construction (Mac)
Python environment construction @ Win7
Python + Anaconda + Pycharm environment construction
Python3 TensorFlow environment construction (Mac and pyenv virtualenv)
Python explosive environment construction starting from zero (Mac)
Python environment construction (Windows10 + Emacs)
CI environment construction ~ Python edition ~
Anaconda3 python environment construction procedure
Python3 environment construction (for beginners)
Python environment construction and TensorFlow
Python environment construction under Windows7 environment
[MEMO] [Development environment construction] Python
Environment construction of python2 & 3 (OSX)
Ansible environment construction For Mac
Building a Python environment on Mac
Environment construction of python and opencv
Mac + Eclipse (PyDev) + Django environment construction
Python environment construction memo on Windows 10
Get started with Python! ~ ① Environment construction ~
Error when building mac python environment
Python + Unity Reinforcement learning environment construction
Create a Python environment on Mac (2017/4)
Python environment construction (pyenv, anaconda, tensorflow)
[Python3] Development environment construction << Windows edition >>
Python development environment construction on macOS
Python environment construction (pyenv + poetry + pipx)
Python3 environment construction with pyenv-virtualenv (CentOS 7.3)
Emacs Python development environment construction memo
pytorch @ python3.8 environment construction with pipenv
[docker] python3.5 + numpy + matplotlib environment construction
Python3.6 environment construction (using Win environment Anaconda)
OpenCV3 & Python3 environment construction on Ubuntu
Django environment construction
Emacs-based environment construction
Linux environment construction
python environment settings
[Python] Anaconda environment construction (installation, startup, virtual environment, package management) Mac environment
python windows environment
django environment construction
CodeIgniter environment construction
python on mac
Golang environment construction
Word2vec environment construction
VScode environment construction (on Mac) & graph display in Python (@browser)
[Ubuntu 18.04] Python environment construction with pyenv + pipenv