Skip to content

How can I enable plugins for offline access? #2345

Answered by psifertex
psifertex asked this question in Q&A
Discussion options

You must be logged in to vote

The recommend approach for running plugins offline is to use a VirtualEnv. Here's a quick overview of that process.

First, create a virtualenv (may require installing the venv package)

Setup your Python settings to point to your virtual env:

Take note that you might have to point to the python binary that is the same version as the library being used for the interpreter.

Finally, install whatever plugins you want from the plugin manager and dependencies will automatically be installed:

Now, to migrate to an offline machine, simply copy the plugin from your $USER_FOLDER/repositories/community/plugins/ (or $USER_FOLDER/repositories/official/plugins/ folder) (where $USER_FOLDER is OS-spec…

Replies: 1 comment

Comment options

psifertex
Apr 1, 2021
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by psifertex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant