Skip to content

[python/knowpro] Make '.\make.bat demo' actually work (on Windows) #1227

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

Merged
merged 1 commit into from
Jun 17, 2025

Conversation

gvanrossum-ms
Copy link
Contributor

Several fixups in make.bat, and make readline optional in ui.py.

@gvanrossum-ms gvanrossum-ms enabled auto-merge June 17, 2025 22:32
@gvanrossum-ms gvanrossum-ms added this pull request to the merge queue Jun 17, 2025
@gvanrossum-ms
Copy link
Contributor Author

@umeshma When this merges you should be able to run the demo on Windows.

First you have to install the package manager uv.
Installing uv requires Administrator mode!

  1. Using PowerShell in Administrator mode:
    Invoke-RestMethod https://astral.sh/uv/install.ps1 | Invoke-Expression
    

(No idea how to do it in cmd.exe, sorry.)

Then just run .\make.bat demo. (I made an alias make' for .\make.bat`)

Merged via the queue into microsoft:main with commit 72ca79e Jun 17, 2025
13 checks passed
@gvanrossum-ms gvanrossum-ms deleted the win branch June 17, 2025 23:50
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

Successfully merging this pull request may close these issues.

1 participant