Skip to content

Commit

Permalink
Added mention of ldd to FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed May 31, 2023
1 parent d4a63e9 commit 7a893b8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/guide/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@ resolve this:
* archlinux: `pacman -S libxcrypt-compat`
* CentOS/RedHat: `dnf install libxcrypt-compat`

There have also been reports of an error being generated at installation time
despite `libcrypt.so.1` being installed when a differnt `ldd` (eg: Homebrew)

Check warning on line 51 in docs/guide/faq.md

View workflow job for this annotation

GitHub Actions / Spell check

"differnt" should be "different".
shadows the system one. In that case try the installation again after giving
the default one higher priority in the `PATH:

```
export PATH="/usr/bin:$PATH"
curl -sSf https://rye-up.com/get | bash
```

## TKinter Support

TKinter uses TCL behind the scenes. Unfortunately this also means that some runtime
Expand Down

0 comments on commit 7a893b8

Please sign in to comment.