Change default python interpreter to local venv
This commit is contained in:
parent
2436a59ed3
commit
e7446b1593
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/python3
|
#!./.venv/bin/python
|
||||||
# Chat with an intelligent assistant in your terminal
|
# Chat with an intelligent assistant in your terminal
|
||||||
from ollama import Client
|
from ollama import Client
|
||||||
import re
|
import re
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue