[GO] Continuation ・ Notes on preparing the Python development environment on Mac OS X

Continuation ・ Notes on preparing the Python development environment on Mac OS X

Install pip and Django. I thought it would be a lot of steps and a lot of sentences, but it was very easy.

Environment: Mac OS X 10.9.4 (Mavericks) Assumption: homebrew installed & Python installed (Python installation procedure)

install pip

pip seems to be a Python package management system.

$ curl -kL https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python

You can now install it. However, it was already installed in this environment. It seems that it was installed when Python was installed with pyenv. (Note on Python development environment on Mac OS X)

Django installation

Very easy

pip install Django == 1.6.5

Recommended Posts

Continuation ・ Notes on preparing the Python development environment on Mac OS X
Build a Python development environment on Mac OS X
Create a Python development environment on OS X Lion
Mac OS X Mavericks 10.9.5 Development environment construction
Mac OS X Yosemite 10.10 Development environment construction
Mac OS X development environment construction memo
Get started with the Python framework Django on Mac OS X
Run Zookeeper x python (kazoo) on Mac OS X
Build a Python development environment on your Mac
Mac OS X Mountain Lion 10.8.5 Development environment construction
Shpinx (Python documentation builder) on Mac OS X
Notes on setting pyenv and python environment using Homebrew on Mac OS Marvericks
Create a Python development environment in 10 minutes (Mac OS X + Visual Studio Code)
Preparing to use aws cli on Mac OS X
I installed Pygame with Python 3.5.1 in the environment of pyenv on OS X
Building an environment for "Tello_Video" on Mac OS X
Build a machine learning Python environment on Mac OS
Notes on creating a python development environment on macOS Catalina
Notes on installing Python on Mac
Memo on Mac OS X
Steps to use the AWS command line interface (Python / awscli) on Mac OS X
Using NAOqi 2.4.2 Python SDK on Mac OS X El Capitan
Building a Python environment on Mac
Create a Python environment on Mac (2017/4)
Python environment construction memo on Mac
Python development environment construction on macOS
Install mitmproxy on Mac OS X
Environment construction of python3.8 on mac
Install Python development environment on Windows 10
Checking the NAOqi Python development environment
Install pgmagick on Mac OS X 10.9
Quickly install OpenCV 2.4 (+ python) on OS X and try the sample
Install lp_solve on Mac OS X and call it with python.
Blender 2.82 or later + python development environment notes
Create a python environment on your Mac
How to prepare Python development environment [Mac]
Installed aws-cli On Mac OS X Lion
How to erase Python 2.x on Mac.
Notes on building Python and pyenv on Mac
Build Python environment with Anaconda on Mac
GeoDjango + SQLite environment construction on OS X
Environment construction procedure for the gym "Open AI Gym" that trains AI in games on Mac OS X
Prepare the development environment for keyhac for Mac
The strongest Python development environment PyCharm's recommendation
Run NASA CEA on Mac OS X
The strongest Python integrated development environment PyCharm
[Mac] Build a Python 3.x environment at the fastest speed using Docker
python on mac
Introduction to Python Let's prepare the development environment
Preparing to run ImageMagick + im4java on Mac OS
Build a Python environment on Mac (Mountain Lion)
Put Python 2.7.x on Mac OSX 10.15.5 with pyenv
Set up a Python development environment on Marvericks
Create a Python virtual development environment on Windows
Build a Python development environment on Raspberry Pi
Prepare the development environment for Python on AWS Cloud9 (pip install & time change)
Run Qiita API v2 Python wrapper in Python3 environment (Mac OS X 10.11 (El Capitan))
Build a GVim-based Python development environment on Windows 10 (3) GVim8.0 & Python3.6
Install Python3 on Mac and build environment [Definitive Edition]
Build a Django development environment using pyenv-virtualenv on Mac
When import tkinter is not possible on Mac OS X 10.11.3 (El Capitan) + pyenv + Python 3.5.1.