Skip to content

Commit b1a854e

Browse files
committed
Load interpreter inside installer
1 parent 3c12690 commit b1a854e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

installers/new-installer.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@ case "$SHELL" in
4242
esac
4343
echo "export PATH=\"$VENV_DIR/bin:\$PATH\"" >> "$SHELL_CONFIG"
4444

45+
echo "Testing..."
46+
echo "Say hello world!" | interpreter
47+
4548
echo
4649
echo "Installation complete!"

0 commit comments

Comments
 (0)