You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, the python_venv created is with python3, and this gives an error, fixed by using python3.10
create_python_venv: @echo "Creating virtual environment..."
@python3.10 -m venv venv @echo "Virtual environment created successfully!"
currently, the python_venv created is with python3, and this gives an error, fixed by using python3.10
create_python_venv:
@echo "Creating virtual environment..."
@python3.10 -m venv venv
@echo "Virtual environment created successfully!"
solved in PR #223
The text was updated successfully, but these errors were encountered: