1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-08 11:33:49 -05:00

Updated Home (markdown)

David Dai
2024-01-09 12:16:08 -08:00
parent a7a92eafb3
commit 6772e1c0c9

@@ -259,3 +259,11 @@ qpm-cli --license-activate qualcomm_ai_engine_direct
# This downloads the package
qpm-cli --extract qualcomm_ai_engine_direct
```
If you hit `No usable version of libssl was found`
```
sudo apt-get install libssl-dev
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb
```