rukh-debug / gpt-chatbot-cli

it's basically chatgpt-cli, uses api.
MIT License
57 stars 10 forks source link

support for python virtual env #1

Closed DX39061 closed 1 year ago

DX39061 commented 1 year ago

just change shebang from #!/bin/python3 to #!/usr/bin/env python3

rukh-debug commented 1 year ago

This breaks some existing setup for aur package. Instead I will be converting this to a pip module. Issue #2