To "extract" all the folders from an appimage, run this command below
$ ./[enter image name here] --appimage-extract
Source: https://bleepcoder.com/starship/640385008/unable-to-install-on-windows-git-bash-configuration-not
All scripts should be ran in your git bash terminal, not cmd or ps.
mkdir -p ~/bin/starship && cd ~/bin
curl -fsSL https://starship.rs/install.sh > ./install.sh
./install.sh --bin-dir /c/Users/<username>/bin/starship/ --platform pc-windows-msvc
from contextlib import contextmanager | |
from typing import Generator | |
from sqlalchemy import create_engine | |
from sqlalchemy.orm import Session, scoped_session, sessionmaker | |
@contextmanager | |
def scoped_session_maker( | |
db_conn: str, |
I recently upgrade my mac to 12.6, and xcode command line tools is now in an install loop. Preventing me from running make commands, I found this stack overflow post.
TL;DR: my need to reset path to xcode tools (I think)
xcode-select -s /Library/Developer/CommandLineTools
<a href="https://fitzypop.deno.dev" target="_blank" rel="noopener noreferrer">Fitzypop's Blog</a>