Skip to content

leesum1/FishCore

Repository files navigation

Getting Started

This project uses devbox to manage its development environment.

Install devbox:

curl -fsSL https://get.jetpack.io/devbox | bash

Start the devbox shell:

devbox shell

Run a script in the devbox environment:

devbox run <script>

Environment

UV_PYTHON="/home/leesum/workhome/chisel-fish/.devbox/nix/profile/default/bin/python"
VENV_DIR="/home/leesum/workhome/chisel-fish/.venv"

Shell Init Hook

The Shell Init Hook is a script that runs whenever the devbox environment is instantiated. It runs on devbox shell and on devbox run.

/home/leesum/workhome/chisel-fish/.devbox/virtenv/python/bin/venvShellHook.sh
echo 'Welcome to devbox!' > /dev/null
export LC_ALL=C
unset -v CC CXX LD AR AS NM STRIP OBJCOPY OBJDUMP SIZE

Packages

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published