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 3f45b5f commit 4b217e4Copy full SHA for 4b217e4
Source/UnrealEnginePython/UnrealEnginePython.Build.cs
@@ -10,6 +10,8 @@ public class UnrealEnginePython : ModuleRules
10
private string pythonHome = "";
11
// otherwise specify the path of your python installation
12
//private string pythonHome = "C:/Program Files/Python36";
13
+ // this is an example for Homebrew on Mac
14
+ //private string pythonHome = "/usr/local/Cellar/python3/3.6.0/Frameworks/Python.framework/Versions/3.6/";
15
16
17
private string[] windowsKnownPaths =
0 commit comments