Commit e73a4c7
authored
Implement Support for One-liner Installs (#1957)
* Download Zip File as a Fallback in Install-IronPython.ps1
* Add Default Path to Install-IronPython.ps1
* Add iex DownloadString Invocation Example to Install-IronPython.ps1
* Add Install-IronPython.ps1 to README.md
* Fix Destination Path Install-IronPython.ps1
* Add PowerShell Usage Examples to README.md
* Catch API Errors in Install-IronPython.ps1
* Use `Scriptblock.Create` Instead of `iex` in PowerShell Example in README.md
* Reverse $Path to Have no Default Value in Install-IronPython.ps1
Also fixes example text
* Fix Search Paths in README PowerShell Example
* Fix the One-Liner in the README
* Improve Verbage in PowerShell Example in README.md
* Make Download Path in Install-IronPython.ps1 Cross-Platform
* Fix Example in Install-IronPython.ps1
* Use Different Install Path in README.md PowerShell Example
* Improve PowerShell Example in README.md by Adding Pip, SQLite, and WPF
* Use Different Example Install Path in Install-IronPython.ps1 Usage Text
* Fix Search Paths in README.md PowerShell Example
bumping to 3.4.2 will occur in a later commit
* Fix and Improve Search Path Resolution in README.md PowerShell Example
* Bump 3.4.0 to 3.4.2 in README.md
* Add Link for PowerShell Usage in README.md
* Improve Readability of One-Liner in README.md
* Bump 3.4.0 to 3.4.2 in Install-IronPython.ps1
Also places web install into its own example block1 parent 00fdda4 commit e73a4c7
2 files changed
+103
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
90 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
91 | 148 | | |
92 | 149 | | |
93 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
18 | 16 | | |
19 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
20 | 28 | | |
21 | 29 | | |
22 | 30 | | |
23 | | - | |
24 | | - | |
| 31 | + | |
| 32 | + | |
25 | 33 | | |
26 | | - | |
| 34 | + | |
27 | 35 | | |
28 | 36 | | |
29 | 37 | | |
| |||
54 | 62 | | |
55 | 63 | | |
56 | 64 | | |
| 65 | + | |
| 66 | + | |
57 | 67 | | |
58 | 68 | | |
59 | 69 | | |
| |||
72 | 82 | | |
73 | 83 | | |
74 | 84 | | |
75 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
76 | 102 | | |
77 | 103 | | |
78 | 104 | | |
| |||
85 | 111 | | |
86 | 112 | | |
87 | 113 | | |
| 114 | + | |
88 | 115 | | |
89 | | - | |
| 116 | + | |
90 | 117 | | |
| 118 | + | |
| 119 | + | |
91 | 120 | | |
92 | | - | |
93 | 121 | | |
94 | 122 | | |
95 | 123 | | |
96 | 124 | | |
97 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
98 | 132 | | |
99 | 133 | | |
100 | 134 | | |
| |||
0 commit comments