johnnychen94/jill.py

The result is inconsistent in CMD and powershell

ztsweet opened this issue · 1 comments

  • 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


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