|
|
|
@ -16,6 +16,7 @@ need. This allows you to then install any other languages very quickly: |
|
|
|
|
|
|
|
|
|
```shell |
|
|
|
|
irm https://git.learnjsthehardway.com/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/base.ps1 -outfile base.ps1 |
|
|
|
|
|
|
|
|
|
powershell -executionpolicy bypass .\base.ps1 |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
@ -38,6 +39,7 @@ fix it with an equally stupid and banal PowerShell script: |
|
|
|
|
|
|
|
|
|
`` |
|
|
|
|
irm https://git.learnjsthehardway.com/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/pathfixer.ps1 -outfile pathfixer.ps1 |
|
|
|
|
|
|
|
|
|
powershell -executionpolicy bypass .\pathfixer.ps1 |
|
|
|
|
`` |
|
|
|
|
|
|
|
|
@ -54,6 +56,7 @@ just in case. Then run this: |
|
|
|
|
|
|
|
|
|
```shell |
|
|
|
|
irm https://git.learnjsthehardway.com/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/python.ps1 -outfile python.ps1 |
|
|
|
|
|
|
|
|
|
powershell -executionpolicy bypass .\python.ps1 |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|