nix-shell
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install poetry
poetry install
poe test
poe build
cp -r dist/ ~/Downloads/
cd ~/Downloads
./dist/protostar/protostar init
(name the projectmy-proj
)cd my-proj
mkdir bin
mv ../dist ./bin
ln -sf ./bin/dist/protostar/protostar protostar
protostar test
- https://github.com/software-mansion/protostar#setting-up-environment
- https://docs.swmansion.com/protostar/docs/tutorials/installation
- https://stackoverflow.com/questions/51161225/how-can-i-make-macos-frameworks-available-to-clang-in-a-nix-environment
- https://github.com/NixOS/nixpkgs/blob/master/pkgs/os-specific/darwin/apple-sdk/frameworks.nix