Ensure the ~/Downloads/ directory exists
This commit is contained in:
parent
723ceba14b
commit
57bbbe83fe
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#! /usr/bin/sh
|
||||
|
||||
mkdir -p ~/Downloads/
|
||||
cd ~/Downloads/
|
||||
python3 -m venv .venv
|
||||
. .venv/bin/activate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue