mirror of
https://github.com/trycua/computer.git
synced 2026-04-30 04:02:13 -05:00
Remove extra Python installation step
This commit is contained in:
@@ -86,11 +86,6 @@ if ! check_uv; then
|
||||
install_uv
|
||||
fi
|
||||
|
||||
# Install Python 3.12 using UV
|
||||
print_step "Installing Python 3.12 using UV..."
|
||||
uv python install 3.12
|
||||
print_success "Python 3.12 installed"
|
||||
|
||||
# Create virtual environment using UV
|
||||
print_step "Creating virtual environment with UV..."
|
||||
rm -rf .venv
|
||||
|
||||
Reference in New Issue
Block a user