How to insert "use system python" option through file writing? #2328
Answered
by
joeyballentine
aaronliu0130
asked this question in
Q&A
-
Or, how do I use scripts to make chaiNNer use system python even if integrated python hasn't been downloaded yet? |
Beta Was this translation helpful? Give feedback.
Answered by
joeyballentine
Nov 15, 2023
Replies: 1 comment 3 replies
-
Navigate to Then it should use your system python. Let me know if you run into any other issues |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
aaronliu0130
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Navigate to
C:\Users\[your user]\AppData\Roaming\chaiNNer\settings
, create a file (if it doesnt exist) calleduse-system-python
(no extension), open it in a text editor (notepad is fine), typetrue
into the file, and save it.Then it should use your system python.
Let me know if you run into any other issues