In which path can I find Octopi's plugin files? I tried in the plugin folder under ~/.octoprint but it's empty. I also tried using the "find" command on the terminal for a file I saw on the github page of a plugin but it gave me no results.
For an OctoPi installation the virtual environment is in ~/oprint
. So you're looking for something like ~/oprint/lib/python2.7/site-packages
as the place to search.
1 Like
Thank you man!
1 Like