Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created April 14, 2015 20:26
Show Gist options
  • Select an option

  • Save SteveGilham/66074d646a4ecf559f4d to your computer and use it in GitHub Desktop.

Select an option

Save SteveGilham/66074d646a4ecf559f4d to your computer and use it in GitHub Desktop.
[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