Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Kernel installation should look for tool in current assembly directory automatically #56

@rmshaffer

Description

@rmshaffer

Currently, if the installed kernel tool cannot be found automatically (e.g., due to dotnet CLI failing to add the global tools folder to the system PATH, as in dotnet/sdk#9353), the user has to manually specify the path using --path-to-tool. For example, see workarounds in microsoft/iqsharp#14 and MicrosoftDocs/quantum-docs-pr#900.

As suggested by @cgranade, to make this a little bit simpler, it would be nice if the kernel installation exposed something like a --find-path option that tries to guess the path from System.Reflection.Assembly.GetExecutingAssembly().Location.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions