Skip to content

Instantly share code, notes, and snippets.

title date author
John Doe Resume
2024-07-01
John Doe

John Doe

Full-Stack Web Application Engineer

#uses venv and autoenv
#install them first!
#venv: https://docs.python.org/3/library/venv.html
#autoenv: https://github.com/hyperupcall/autoenv
#autoenv authorized envs are located in ~/.local/state/autoenv/authorized_list
function newpyenv() {
local DIR=$PWD
if [ $# -ne 0 ]; then
DIR="${PWD}/$1"
fi