4 lines
35 B
Bash
4 lines
35 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
python3.8 -m venv .venv
|