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 @@ -6,7 +6,7 @@ DATESTAMP=`date "+%Y-%m-%d-%H-%M-%S"`
66CONFIG_BACKUP=false
77APT_HAS_UPDATED=false
88RESOURCES_TOP_DIR=$HOME /Pimoroni
9- VENV_BASH_SNIPPET=$RESOURCES_DIR /auto_venv.sh
9+ VENV_BASH_SNIPPET=$RESOURCES_TOP_DIR /auto_venv.sh
1010VENV_DIR=$HOME /.virtualenvs/pimoroni
1111WD=` pwd`
1212USAGE=" ./install.sh (--unstable)"
@@ -76,7 +76,7 @@ find_config() {
7676venv_bash_snippet () {
7777 if [ ! -f $VENV_BASH_SNIPPET ]; then
7878 cat << EOF > $VENV_BASH_SNIPPET
79- # Add ` source $RESOURCES_DIR /auto_venv.sh ` to your ~/.bashrc to activate
79+ # Add ` source $VENV_BASH_SNIPPET ` to your ~/.bashrc to activate
8080# the Pimoroni virtual environment automagically!
8181VENV_DIR="$VENV_DIR "
8282if [ ! -f \$ VENV_DIR/bin/activate ]; then
You can’t perform that action at this time.
0 commit comments