Skip to content

Instantly share code, notes, and snippets.

@dyus
Last active February 9, 2019 09:14
Show Gist options
  • Select an option

  • Save dyus/6e984d2ecb8a811ba1c0f40b298a56e2 to your computer and use it in GitHub Desktop.

Select an option

Save dyus/6e984d2ecb8a811ba1c0f40b298a56e2 to your computer and use it in GitHub Desktop.

Revisions

  1. dyus revised this gist Feb 9, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion macos python deps.md
    Original file line number Diff line number Diff line change
    @@ -2,5 +2,5 @@
    xcode-select --install
    ```
    ```shell
    CFLAGS="-I$(xcrun --show-sdk-path)/usr/include" pyenv install YOUR_VERSION
    brew install readline xz
    ```
  2. dyus revised this gist Feb 9, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion macos python deps.md
    Original file line number Diff line number Diff line change
    @@ -2,5 +2,5 @@
    xcode-select --install
    ```
    ```shell
    CFLAGS="-I$(xcrun --show-sdk-path)/usr/include" pyenv install
    CFLAGS="-I$(xcrun --show-sdk-path)/usr/include" pyenv install YOUR_VERSION
    ```
  3. dyus revised this gist Feb 9, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion macos python deps.md
    Original file line number Diff line number Diff line change
    @@ -2,5 +2,5 @@
    xcode-select --install
    ```
    ```shell
    sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
    CFLAGS="-I$(xcrun --show-sdk-path)/usr/include" pyenv install
    ```
  4. dyus renamed this gist Feb 9, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  5. dyus created this gist Feb 9, 2019.
    6 changes: 6 additions & 0 deletions macos python deps
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    ```shell
    xcode-select --install
    ```
    ```shell
    sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
    ```