Skip to content

Instantly share code, notes, and snippets.

View lperezmo's full-sized avatar

Luis Perez Morales lperezmo

  • Linfield College and University of Oregon
  • US
View GitHub Profile
@lperezmo
lperezmo / Microsoft.PowerShell_profile.ps1
Created October 28, 2025 22:25
Powershell Profile for Centralized Storage of UV environments (to use with shared drives or drives with low storage)
<#
.SYNOPSIS
Centralizes UV virtual environments using path-based hashing.
.DESCRIPTION
Wraps the uv command to store virtual environments in a central location
instead of creating .venv folders in project directories. Particularly useful
for network drives and shared folders with limited space.
.EXAMPLE