Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IronPython Installer #1707

Open
TomokiSanaki opened this issue Jul 8, 2023 · 1 comment
Open

IronPython Installer #1707

TomokiSanaki opened this issue Jul 8, 2023 · 1 comment

Comments

@TomokiSanaki
Copy link

Description

I dont know Install Directory in IronPython3.4.0 by Windows Environment.

case IronRuby, see Shell-Environment "IRONRUBY_11", I know Install Directory in IronRuby.

I hope, Next Installer IronPython, Set Shell-EnvironmentValue for InstallDirecotory.

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior: [What you expected to happen]

Actual behavior: [What actually happened]

Versions

IronPython 3.4.0

@slozier
Copy link
Contributor

slozier commented Jul 10, 2023

The install path is available in the registry:

> reg query HKLM\SOFTWARE\IronPython\3.4\InstallPath /ve

HKEY_LOCAL_MACHINE\SOFTWARE\IronPython\3.4\InstallPath
    (Default)    REG_SZ    C:\Program Files\IronPython 3.4\

Or in the PEP-514 location:

> reg query HKEY_LOCAL_MACHINE\SOFTWARE\Python\IronPython\3.4\InstallPath /ve

HKEY_LOCAL_MACHINE\SOFTWARE\Python\IronPython\3.4\InstallPath
    (Default)    REG_SZ    C:\Program Files\IronPython 3.4\

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants