|
|
|
|
@ -41,7 +41,7 @@ First, you run the `base.ps1` script in `PowerShell` to get an initial setup of |
|
|
|
|
other languages 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 |
|
|
|
|
irm https://lcthw.dev/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/base.ps1 -outfile base.ps1 |
|
|
|
|
|
|
|
|
|
powershell -executionpolicy bypass .\base.ps1 |
|
|
|
|
``` |
|
|
|
|
@ -65,7 +65,7 @@ their commercial products. As I said, this is about the stupidest most banal th |
|
|
|
|
fix it with an equally stupid and banal PowerShell script: |
|
|
|
|
|
|
|
|
|
```shell |
|
|
|
|
irm https://git.learnjsthehardway.com/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/pathfixer.ps1 -outfile pathfixer.ps1 |
|
|
|
|
irm https://lcthw.dev/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/pathfixer.ps1 -outfile pathfixer.ps1 |
|
|
|
|
|
|
|
|
|
powershell -executionpolicy bypass .\pathfixer.ps1 |
|
|
|
|
``` |
|
|
|
|
@ -82,7 +82,7 @@ After this script runs you should be ready, but close this PowerShell instance a |
|
|
|
|
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 |
|
|
|
|
irm https://lcthw.dev/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/python.ps1 -outfile python.ps1 |
|
|
|
|
|
|
|
|
|
powershell -executionpolicy bypass .\python.ps1 |
|
|
|
|
``` |
|
|
|
|
@ -120,7 +120,7 @@ compatible with each other since they won't install things more than once. |
|
|
|
|
### `cpp.ps1` for C/C++ |
|
|
|
|
|
|
|
|
|
```shell |
|
|
|
|
irm https://git.learnjsthehardway.com/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/cpp.ps1 -outfile cpp.ps1 |
|
|
|
|
irm https://lcthw.dev/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/cpp.ps1 -outfile cpp.ps1 |
|
|
|
|
|
|
|
|
|
powershell -executionpolicy bypass .\cpp.ps1 |
|
|
|
|
``` |
|
|
|
|
@ -258,7 +258,7 @@ it. You |
|
|
|
|
use it like this: |
|
|
|
|
|
|
|
|
|
```shell |
|
|
|
|
irm https://git.learnjsthehardway.com/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/base.ps1 -outfile base.ps1 |
|
|
|
|
irm https://lcthw.dev/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/base.ps1 -outfile base.ps1 |
|
|
|
|
powershell -executionpolicy bypass .\base.ps1 |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
@ -266,7 +266,7 @@ Then close your PowerShell to ensure you get the `winget` and `choco` installs. |
|
|
|
|
`bigtest.ps1` script and be sure to stay near your computer to keep entering your password: |
|
|
|
|
|
|
|
|
|
```shell |
|
|
|
|
irm https://git.learnjsthehardway.com/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/bigtest.ps1 -outfile bigtest.ps1 |
|
|
|
|
irm https://lcthw.dev/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/bigtest.ps1 -outfile bigtest.ps1 |
|
|
|
|
powershell -executionpolicy bypass .\bigtest.ps1 |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|