Make sure to install the virtualenv package itself

This commit is contained in:
Raoul Snyman 2021-09-11 20:28:13 -07:00
parent 1469c88e5b
commit 1229666c9e
Signed by: raoul
GPG Key ID: F55BCED79626AE9C
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ function setup_topydo() {
return
fi
echo "Set up topydo (as 'todo')..."
check_or_install virtualenv python3-virtualenv
check_or_install virtualenv "virtualenv python3-virtualenv"
cd $HOME/.config
ln -s $DIR/topydo
virtualenv -p python3 $HOME/.topydo