Skip to content
Snippets Groups Projects
Commit 9ec1fef6 authored by nimrod's avatar nimrod
Browse files

temp_venv shell function.

To create a throwaway Python virtualenv.
parent 367b81e8
No related branches found
No related tags found
No related merge requests found
......@@ -259,6 +259,13 @@ sync_podcasts () (
unison podcasts
)
temp_venv () {
cdtemp
venv .
# shellcheck disable=SC1090,SC1091
. bin/activate
}
toux () {
touch "$@"
chmod +x "$@"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment