மனோஜ்குமார் பழனிச்சாமி

Results 366 comments of மனோஜ்குமார் பழனிச்சாமி

> INFO: 172.17.0.1:41560 - "GET /index.html HTTP/1.1" 304 Not Modified From this IP, the frontend is opened.

"Let us" - you only included yourself in this process. It's all about the prompts for Local LLMs.

> You can install poetry by running the following command, then adding Poetry to your PATH: > curl -sSL https://install.python-poetry.org | python3.11 -

You can install Poetry by running the following command: ```bash curl -sSL install.python-poetry.org | python3.11 - ``` After running the command, you'll need to reload your shell configuration to ensure...

Why are you running this command `source venv/bin/activate`?

virtual environment is not needed as poetry will do that itself. Could you just run `poetry` after it is installed?

https://stackoverflow.com/a/73656539/5033247 Coould you run `export PATH="$HOME/.poetry/bin:$PATH"` and check?