Created
April 14, 2015 20:26
-
-
Save SteveGilham/66074d646a4ecf559f4d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [reflection.assembly]::LoadFrom("C:\IronPython-1.1\IronPython.dll") | |
| $pythonEngine = New-Object -TypeName "IronPython.Hosting.PythonEngine" | |
| $pythonEngine.Execute("print 'Hello World!'") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment