We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2a485 commit 8fc0e17Copy full SHA for 8fc0e17
llama-index-python-vectorstore/run.sh
@@ -12,7 +12,10 @@ $PYTHON_BINARY -c "import sys; print(f'Python version found: {sys.version_info}'
12
# shellcheck disable=SC2164
13
cd llama-index-integrations/vector_stores/llama-index-vector-stores-mongodb
14
15
-# Install Poetry into base python
+# Install Poetry
16
+$PYTHON_BINARY -m venv .venv
17
+. .venv/bin/activate
18
+PYTHON_BINARY=$(which python)
19
$PYTHON_BINARY -m pip install -U pip poetry
20
# Create a package specific poetry environment
21
$PYTHON_BINARY -m poetry env use $PYTHON_BINARY
0 commit comments