Skip to main content

Crate uv_shell

Crate uv_shell 

Source

Modules§

runnable
Utilities for running executables and scripts. Particularly in Windows.
windows
Windows-specific utilities for manipulating the environment.

Enums§

Shell
Shells for which virtualenv activation scripts are available.

Functions§

escape_posix_for_single_quotes
Escape a string for being used in single quotes in a POSIX-compatible shell command.
shlex_posix
Quote a path, if necessary, for safe use in a POSIX-compatible shell command.
shlex_windows
Quote a path, if necessary, for safe use in PowerShell and cmd.