WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Lamparter edited this page Nov 18, 2024 · 2 revisions

Warning

This article is a work in progress.

Usually, IronPython is shown to be available through a console: IronPython Console

This console allows for interactive compilation of IronPython through a shell or console host. However, it's also possible to use IronPython to interpret code in a regular Python programming experience - this is known as setting the interpreter.

In order to set the interpreter of a Python project, you first need to install IronPython and have the Python development Visual Studio workload installed. This will allow you to create pyproj solution projects with the Python SDK.

Once you've created the project, right click it in Solution Explorer and press the properties button. You should see a GUI appear inside the editor window that will allow you to set the interpreter to IronPython.

Clone this wiki locally