nbdev_install_quarto
may install and remove unrelated packages
#1182
Labels
bug
Something isn't working
nbdev_install_quarto
may install and remove unrelated packages
#1182
I ran nbdev_install_quarto and was surprised to see dpkg installing several unrelated .deb packages, which happened to be in my cwd.
This code is responsible:
Fortuantely I pressed ctrl-C when I saw this happening, as the next command would have deleted those packages. It's not really cool for a helpful script to annihilate files with a broad glob from the user's current directory. In my case it would have been 3.1GB of Nvidia stuff.
Suggested fix:
system('sudo dpkg -i quarto-linux-amd64.deb && rm quarto-linux-amd64.deb')
The text was updated successfully, but these errors were encountered: