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

The result is inconsistent in CMD and powershell #115

Open
ztsweet opened this issue Jun 9, 2022 · 1 comment
Open

The result is inconsistent in CMD and powershell #115

ztsweet opened this issue Jun 9, 2022 · 1 comment
Labels
bug Something isn't working windows

Comments

@ztsweet
Copy link

ztsweet commented Jun 9, 2022

  • The question comes from Julia Chinese community
# in windows cmd with shortcut
julia -E "12^3"
# 1728
# in windows powershell with shortcut
julia -E "12^3"
# 123
# in windows powershell with Absolute path
C:\Users\***\AppData\Local\julias\julia-1.7\bin\julia.exe -E "12^3"
# 1728


@ztsweet ztsweet changed the title The result is inconsistent in CMD and powersehll The result is inconsistent in CMD and powershell Jun 9, 2022
@johnnychen94 johnnychen94 added the bug Something isn't working label Jun 9, 2022
@johnnychen94
Copy link
Owner

Might need to find a real symlink solution for windows...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working windows
Projects
None yet
Development

No branches or pull requests

2 participants