#help
9 messages · Page 1 of 1 (latest)
Hey
I want to use openai CLI in WSL2 but i am getting openai: command not found error i have installed openai library using pip but the CLI is not working I have also added the path like this but I think i have not done it correcltly. these are last two lines of .bashrc.
this is how i have added path
export PATH=/home/linux/.meteor:$PATH
export openai="$openai:/home/linux/.local/lib/python3.10/site-packages/openai"
can anyone help me with this
Ok I help
is this correct format to add path?