We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description: On Windows, running the command source .venv/bin/activate fails with the following error:
source .venv/bin/activate
Repro Steps:
git clone https://github.com/neondatabase-labs/rag-neon-postgres-openai-azure-python
cd rag-neon-postgres-openai-azure-python
python3 -m venv .venv
Environment:
Expected behavior: Successfully activated the python virtual environment on Windows OS.
Suggestion: Add the command .\.venv\Scripts\activate for Windows environment in Readme.md.
.\.venv\Scripts\activate
@Boburmirzo and @hemarina for notification.
The text was updated successfully, but these errors were encountered:
@Menghua1 Thanks for the suggestion! I added the commnd it for Windows as well.
be52813
Sorry, something went wrong.
Boburmirzo
No branches or pull requests
Description:

On Windows, running the command
source .venv/bin/activate
fails with the following error:Repro Steps:
git clone https://github.com/neondatabase-labs/rag-neon-postgres-openai-azure-python
.cd rag-neon-postgres-openai-azure-python
.python3 -m venv .venv
.source .venv/bin/activate
.Environment:
Expected behavior:
Successfully activated the python virtual environment on Windows OS.
Suggestion:
Add the command
.\.venv\Scripts\activate
for Windows environment in Readme.md.@Boburmirzo and @hemarina for notification.
The text was updated successfully, but these errors were encountered: