less than 1 minute read

Tips

CERT Errors

__main__

Simple Easy Http Server

pyenvInstallation

Basic: https://github.com/pyenv/pyenv/wiki/Common-build-problems

ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?

in short, brew unlink openssl@3 openssl@1.1 pkg-config might help (actually pkg-config part).

uv Installation

$ curl -LsSf https://astral.sh/uv/install.sh | sh

Update

$ uv self update

ShellCompletion

Haruki Personally

$ (mkdir -p ~/.bash_completion.d && echo 'eval "$(uv generate-shell-completion bash)"' > ~/.bash_completion.d/uv-completion.bash)

References

Updated: