Skip to content

Commit

Permalink
Load interpreter inside installer
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas committed Dec 5, 2024
1 parent 3c12690 commit b1a854e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installers/new-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!"

0 comments on commit b1a854e

Please sign in to comment.