Skip to content

Commit f1508a4

Browse files
committed
Fix auto_venv.sh creation.
1 parent ed02285 commit f1508a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,11 @@ find_config() {
7474
}
7575

7676
venv_bash_snippet() {
77+
inform "Checking for $VENV_BASH_SNIPPET\n"
7778
if [ ! -f $VENV_BASH_SNIPPET ]; then
79+
inform "Creating $VENV_BASH_SNIPPET\n"
7880
cat << EOF > $VENV_BASH_SNIPPET
79-
# Add `source $VENV_BASH_SNIPPET` to your ~/.bashrc to activate
81+
# Add "source $VENV_BASH_SNIPPET" to your ~/.bashrc to activate
8082
# the Pimoroni virtual environment automagically!
8183
VENV_DIR="$VENV_DIR"
8284
if [ ! -f \$VENV_DIR/bin/activate ]; then

0 commit comments

Comments
 (0)