This commit is contained in:
Fabian Affolter 2017-06-18 18:57:34 +02:00 committed by Paulus Schoutsen
parent 5d240e1898
commit e37fb6f094
7 changed files with 113 additions and 0 deletions

View file

@ -0,0 +1,13 @@
---
layout: page
title: "distutils"
description: "distutils.errors.DistutilsOptionError: must supply either home or prefix/exec-prefix -- not both"
date: 2017-06-18 09:00
sidebar: true
comments: false
sharing: true
footer: true
ha_category: Installation
---
This is a known issue if you're on a Mac using Homebrew to install Python. Please follow [these instructions](https://github.com/Homebrew/brew/blob/master/docs/Homebrew-and-Python.md#note-on-pip-install---user) to resolve it.