You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data-docs="{% link docs/stable/clients/cli/overview.md %}">
@@ -108,11 +108,6 @@ <h4>Docker Image</h4>
108
108
docker run --rm -it -v "$(pwd):/workspace" -w /workspace duckdb/duckdb
109
109
{%- endhighlight -%}
110
110
111
-
<h4>Install Specific Version</h4>
112
-
{%- highlight bash -%}
113
-
curl https://install.duckdb.org | DUCKDB_VERSION=1.4.3 sh
114
-
{%- endhighlight -%}
115
-
116
111
<h4>Direct Download</h4>
117
112
{%- assign f = site.data.checksums_current.artifacts.cli.macos.x86_64.filename -%}
118
113
<ahref="https://install.duckdb.org/v{{ site.current_duckdb_version }}/{{ f }}" class="download-btn" download="{{ f }}" rel="noopener noreferrer">{{ f }}</a>
@@ -126,8 +121,6 @@ <h4>Direct Download</h4>
126
121
data-environment="cli"
127
122
data-docs="{% link docs/stable/clients/cli/overview.md %}">
128
123
129
-
<!-- TODO: Replace with actual LTS installation instructions for CLI macOS -->
130
-
131
124
{%- highlight bash -%}
132
125
curl https://install.duckdb.org | DUCKDB_VERSION={{ site.lts_duckdb_version }} sh
133
126
{%- endhighlight -%}
@@ -142,7 +135,7 @@ <h4>Direct Download</h4>
142
135
</div>
143
136
</div>
144
137
145
-
<divclass="stable"
138
+
<divclass="current"
146
139
data-platform="linux"
147
140
data-environment="cli"
148
141
data-docs="{% link docs/stable/clients/cli/overview.md %}">
@@ -153,11 +146,6 @@ <h4>Direct Download</h4>
153
146
154
147
<divclass="alternative">
155
148
156
-
<h4>Install Specific Version</h4>
157
-
{%- highlight bash -%}
158
-
curl https://install.duckdb.org | DUCKDB_VERSION=1.4.3 sh
159
-
{%- endhighlight -%}
160
-
161
149
<h4>Docker Image</h4>
162
150
{%- highlight bash -%}
163
151
docker run --rm -it -v "$(pwd):/workspace" -w /workspace duckdb/duckdb
@@ -180,10 +168,8 @@ <h4>Direct Downloads</h4>
180
168
data-environment="cli"
181
169
data-docs="{% link docs/stable/clients/cli/overview.md %}">
182
170
183
-
<!-- TODO: Replace with actual LTS installation instructions for CLI Linux -->
184
-
185
171
{%- highlight bash -%}
186
-
TODO
172
+
curl https://install.duckdb.org | DUCKDB_VERSION={{ site.lts_duckdb_version }} sh
187
173
{%- endhighlight -%}
188
174
189
175
<divclass="alternative">
@@ -201,7 +187,7 @@ <h4>Direct Downloads</h4>
201
187
</div>
202
188
203
189
204
-
<divclass="stable"
190
+
<divclass="current"
205
191
data-platform="windows"
206
192
data-environment="cli"
207
193
data-docs="{% link docs/stable/clients/cli/overview.md %}">
{%- include checksum_inline.html environment="cli" platform="windows" architecture="arm64" version="lts" -%}
257
245
258
246
<divclass="note">
259
247
Note that DuckDB on Windows requires the <ahref="https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170">Microsoft Visual C++ Redistributable</a>.
data-docs="{% link docs/stable/clients/python/overview.md %}">
280
272
@@ -288,8 +280,22 @@ <h4>Direct Downloads</h4>
288
280
289
281
</div>
290
282
283
+
<divclass="lts"
284
+
data-environment="python"
285
+
data-docs="{% link docs/stable/clients/python/overview.md %}">
291
286
292
-
<divclass="stable"
287
+
{%- highlight bash -%}
288
+
pip install duckdb=={{ site.lts_duckdb_version }}
289
+
{%- endhighlight -%}
290
+
291
+
<divclass="note">
292
+
Note that DuckDB on Windows requires the <ahref="https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170">Microsoft Visual C++ Redistributable</a>.
293
+
</div>
294
+
295
+
</div>
296
+
297
+
298
+
<divclass="current"
293
299
data-environment="r"
294
300
data-docs="{% link docs/stable/clients/r.md %}">
295
301
@@ -312,7 +318,30 @@ <h4>Installing from the Posit Public Package Manager (Linux)</h4>
312
318
</div>
313
319
314
320
315
-
<divclass="stable"
321
+
<divclass="current"
322
+
data-environment="r"
323
+
data-docs="{% link docs/stable/clients/r.md %}">
324
+
325
+
{%- highlight r -%}
326
+
install.packages("duckdb", version = "{{ site.lts_duckdb_r_version }}")
327
+
{%- endhighlight -%}
328
+
329
+
<divclass="alternative">
330
+
331
+
<h4>Installing from the Posit Public Package Manager (Linux)</h4>
0 commit comments