We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73f365f + 6cff771 commit dcd827bCopy full SHA for dcd827b
1 file changed
shell.nix
@@ -38,6 +38,8 @@ in pkgs.mkShell {
38
KPLER_VENV_DIR="$KPLER_PROJECT_DIR/.venv/py310"
39
python -m venv $KPLER_VENV_DIR
40
PATH="$KPLER_VENV_DIR/bin:$PATH"
41
+ # Add source root to python path
42
+ export PYTHONPATH="$KPLER_PROJECT_DIR/src:$PYTHONPATH"
43
44
# install project dependencies
45
echo -e "\033[1;33m\n>>> UPDATING PYTHON DEPENDENCIES\033[0m"
0 commit comments