We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c12690 commit b1a854eCopy full SHA for b1a854e
installers/new-installer.sh
@@ -42,5 +42,8 @@ case "$SHELL" in
42
esac
43
echo "export PATH=\"$VENV_DIR/bin:\$PATH\"" >> "$SHELL_CONFIG"
44
45
+echo "Testing..."
46
+echo "Say hello world!" | interpreter
47
+
48
echo
49
echo "Installation complete!"
0 commit comments