Skip to content

Windows Support Problem for env.sh #2

@Ma-Justin

Description

@Ma-Justin

export is a Linux command, for powershell use this:

$env:OPENAI_API_KEY="AIzaSyCIyPoET8mTv1BR-Ydm67eXvLW8k5jtuMw"
$env:OPENAI_MODEL="gemini-2.5-flash"
$env:OPENAI_BASE_URL="https://generativelanguage.googleapis.com/v1beta/openai/"

$env:TIMEPLUS_HOST="localhost"
$env:TIMEPLUS_USER="default"
$env:TIMEPLUS_PASSWORD=""
$env:KAFKA_BROKERS="kafka:9092"

You will also need to paste these into the command module, and run it in admin powershell for virtual environment.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions