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

windows command prompt does not support unix commands #7

Open
guin0x opened this issue Jan 14, 2025 · 1 comment
Open

windows command prompt does not support unix commands #7

guin0x opened this issue Jan 14, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@guin0x
Copy link

guin0x commented Jan 14, 2025

In the CLI part we have Unix commands for command prompt (cmd), but that wouldn't work as cmd does not have aliases for those as PowerShell (or anaconda prompt) do.

Easy fix is to change "command prompt" to "PowerShell" :P
Hard fix is to actually give the correct command prompt commands (such as dir instead of ls, etc)

@rlanzafame
Copy link
Member

Thanks Gui! Definitely agree.
Easy fix implemented in this commit.
Hard fix should be done whenever someone needs this page for students again, so at least by August 2025 for MUDE.

@rlanzafame rlanzafame added the enhancement New feature or request label Jan 21, 2025
@rlanzafame rlanzafame added this to the 2025 Academic Year milestone Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants