# DFX SDK Install Bug

**URL:** https://forum.dfinity.org/t/dfx-sdk-install-bug/6926
**Category:** Getting Started
**Created:** [September 2, 2021, 9:34pm UTC](https://forum.dfinity.org/t/dfx-sdk-install-bug/6926 "2021-09-02T21:34:01Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![jglassemc2](https://avatars.discourse-cdn.com/v4/letter/j/a183cd/32.png) [@jglassemc2](https://forum.dfinity.org/u/jglassemc2)
#### Post date: [September 2, 2021, 9:34pm UTC](https://forum.dfinity.org/t/dfx-sdk-install-bug/6926/1 "2021-09-02T21:34:01Z")

</div>

I’ve seen 4 other users with the same bug when following the quick start tutorial:

curl: (1) Protocol “http” not supported or disabled in libcurl  
dfinity-sdk: command failed: downloader [https://sdk.dfinity.org/downloads/dfx//x86\_64-linux/dfx-.tar.gz](https://sdk.dfinity.org/downloads/dfx//x86_64-linux/dfx-.tar.gz) /tmp/tmp.1hcUqC8IJn/dfx.tar.gz

---

<div class="post-metadata">

### Author: ![anon74414410](https://avatars.discourse-cdn.com/v4/letter/a/85f322/32.png) [@anon74414410](https://forum.dfinity.org/u/anon74414410)
#### Post date: [September 2, 2021, 10:27pm UTC](https://forum.dfinity.org/t/dfx-sdk-install-bug/6926/2 "2021-09-02T22:27:28Z")

</div>

We’re sorry for the disruption - we have identified the source of the issue as a misconfigured redirect and will resolve it as soon as we can track down where the configuration lives

---

<div class="post-metadata">

### Author: ![anon74414410](https://avatars.discourse-cdn.com/v4/letter/a/85f322/32.png) [@anon74414410](https://forum.dfinity.org/u/anon74414410)
#### Post date: [September 2, 2021, 11:23pm UTC](https://forum.dfinity.org/t/dfx-sdk-install-bug/6926/4 "2021-09-02T23:23:50Z")

</div>

The issue has been resolved! Sorry again for any inconvenience

---

<div class="post-metadata">

### Author: ![jglassemc2](https://avatars.discourse-cdn.com/v4/letter/j/a183cd/32.png) [@jglassemc2](https://forum.dfinity.org/u/jglassemc2)
#### Post date: [September 3, 2021, 7:57pm UTC](https://forum.dfinity.org/t/dfx-sdk-install-bug/6926/5 "2021-09-03T19:57:27Z")

</div>

I figured I would just leave this here. But the “[Preliminary steps for newcomers :: Internet Computer](https://smartcontracts.org/docs/quickstart/newcomers.html)” docs are confusing. Because it says run “export PATH={path-to-directory-for-dfx}” but in reality that messes up your path. What I did that worked was “PATH=$PATH:{path-to-directory-for-dfx}”
