Skip to content

Commit

Permalink
Merge pull request #1773 from edx/hassan/python3.11-for-exporter-plat…
Browse files Browse the repository at this point in the history
…form

chore: use python3.11 for setting up edx-platform for analytics-expor…
  • Loading branch information
HassanJaveed84 committed Jun 18, 2024
2 parents b07bbeb + c6f94fa commit 3c95da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataeng/resources/setup-platform-venv-py3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Create and activate a virtualenv in shell script
PLATFORM_VENV="platform_venv"
virtualenv --python=python3.8 --clear "${PLATFORM_VENV}"
virtualenv --python=python3.11 --clear "${PLATFORM_VENV}"
source "${PLATFORM_VENV}/bin/activate"

# Install requirements
Expand Down

0 comments on commit 3c95da4

Please sign in to comment.