3 lines
44 B
Text
3 lines
44 B
Text
vn() (
|
|
python3 -m venv "$HOME/.venv/$@"
|
|
)
|
vn() (
|
|
python3 -m venv "$HOME/.venv/$@"
|
|
)
|