File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ DATESTAMP=$(date "+%Y-%m-%d-%H-%M-%S")
77CONFIG_BACKUP=false
88APT_HAS_UPDATED=false
99RESOURCES_TOP_DIR=$HOME /Pimoroni
10- VENV_BASH_SNIPPET=$RESOURCES_DIR /auto_venv.sh
10+ VENV_BASH_SNIPPET=$RESOURCES_TOP_DIR /auto_venv.sh
1111VENV_DIR=$HOME /.virtualenvs/pimoroni
1212WD=$( pwd)
1313USAGE=" ./install.sh (--unstable)"
@@ -77,7 +77,7 @@ find_config() {
7777venv_bash_snippet () {
7878 if [ ! -f " $VENV_BASH_SNIPPET " ]; then
7979 cat << EOF > "$VENV_BASH_SNIPPET "
80- # Add ` source $RESOURCES_DIR /auto_venv.sh ` to your ~/.bashrc to activate
80+ # Add ` source " $VENV_BASH_SNIPPET " ` to your ~/.bashrc to activate
8181# the Pimoroni virtual environment automagically!
8282VENV_DIR="$VENV_DIR "
8383if [ ! -f \$ VENV_DIR/bin/activate ]; then
You can’t perform that action at this time.
0 commit comments