Skip to content

Commit a186c0e

Browse files
committed
remove venv creation step
1 parent 4850505 commit a186c0e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

semantic-kernel-python/run.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ PYTHON_BINARY=$(find_python3)
1010
# WORKING_DIR = src/semantic-kernel-python/semantic-kernel
1111
cd python
1212

13-
$PYTHON_BINARY -m venv .
14-
source ./bin/activate
15-
1613
make install
1714

1815
OPENAI_API_KEY=$openai_api_key \

0 commit comments

Comments
 (0)