Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948696d commit 659f597Copy full SHA for 659f597
MAC_SETUP.md
@@ -93,6 +93,14 @@ test their code.
93
$ pyenv install 3.8.1
94
```
95
96
+ > ℹ️ *Note*: If you are getting errors installing a python version,
97
+ > try setting up the `SDKROOT` environment variable.
98
+ >
99
+ > ```console
100
+ > # You can add this to your .bashrc file.
101
+ > export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
102
+ > ```
103
+
104
1. After you have installed a python version through pyenv,
105
verify that you are now using the pyenv Python shim.
106
0 commit comments