Add FAQ (#2836)
This commit is contained in:
parent
5d240e1898
commit
e37fb6f094
7 changed files with 113 additions and 0 deletions
13
source/_faq/distutils.markdown
Normal file
13
source/_faq/distutils.markdown
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue