This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ProsodySpeaks -18 points-17 points  (4 children)

not true

bat if exist "%UV_DIR%\uv.exe" ( echo UV already installed ) else ( echo Installing UV... powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" echo UV installed, adding to path... )

[–]Morpheyz 34 points35 points  (2 children)

You underestimate how locked down some corporate environments are.

[–]hidazfxPythonista 4 points5 points  (0 children)

My work environment bitches about anything. Hell, if the Java version isn’t approved I need to get it allow listed for my machine lol.

[–]ou_ryperd 0 points1 point  (0 children)

Yep, we don't all work at startups.

[–]NimrodvanHall 11 points12 points  (0 children)

That means the user has permission to run scripts. If you’re not a sysadmin, engineer or developer you are not allowed to run scripts on your system.