juj
a0af5d7f95
Fix windows emsdk returncode ( #1623 )
...
When `emsdk install foo` would fail on Windows, the return code would
get ignored since there were later commands in the script file.
To fix that, capture the error code from the emsdk call, and output that
as the final return code.
Also a drive-by Python path fix, which seemed to be out of date in the
.ps1 file.
2025-10-25 00:22:31 +03:00
juj
d07c793415
Update Python to 3.13.3 and add support to Windows on ARM64. ( #1477 )
...
Update Python to 3.13.0 and add support to Windows on AMD64. Rewrite
packaging of pywin32 because it is no longer shipped via separate binary
installers, but has migrated to use pip.
2025-05-28 23:20:03 +03:00
juj
2c42698bcd
Remove old Python versions from manifest: no package uses these python versions anymore. ( #1465 )
2024-10-17 19:47:11 +03:00
yowl
315e76344f
Add windows download location to python search path - match manifest ( #1024 )
2022-04-12 11:53:50 -07:00
juj
0fe3d48f22
Update to python 3.9.2 on Windows as well. Mark old Python and Node packages. ( #758 )
2021-03-16 09:43:02 +02:00
Amin Yahyaabadi
edc53e7a0a
Add missing python locations to emsdk.ps1 ( #615 )
2020-09-15 15:14:52 -07:00
Wouter van Oortmerssen
e3b08413c9
[powershell] fix emsdk.ps1 assuming emsdk_set_env.ps1 lives in the current dir ( #576 )
...
This makes it fail when run from a project directory.
Thansks @sbc100 for finding the problem :)
2020-07-29 13:18:23 -07:00
Sam Clegg
80f490f749
Fix powershell file association after emsdk script rename ( #340 )
...
See #292
Fixes #336
2019-08-28 17:29:10 -07:00
juj
af66c0ce2f
Merge pull request #114 from saschanaz/powershell-fix
...
Fix powershell env directory
2018-04-12 21:45:06 +03:00
Jukka Jylänki
4c8ea1b10b
Update to WinPython 2.7.13.1 and add new packages for WinPython 3.5.4 as well. (only used if explicitly installed)
2018-02-26 19:53:20 +02:00
Kagami Sascha Rosylight
0a2c3547da
fix powershell env directory
2017-11-13 13:20:44 +09:00
Kagami Sascha Rosylight
605c83a6d1
support powershell env
2017-10-20 14:03:31 +09:00