diff --git a/installers/new-installer.sh b/installers/new-installer.sh index 928ab6c53..d269651b5 100644 --- a/installers/new-installer.sh +++ b/installers/new-installer.sh @@ -42,5 +42,8 @@ case "$SHELL" in esac echo "export PATH=\"$VENV_DIR/bin:\$PATH\"" >> "$SHELL_CONFIG" +echo "Testing..." +echo "Say hello world!" | interpreter + echo echo "Installation complete!" \ No newline at end of file