Skip to content

Instantly share code, notes, and snippets.

@kngwyu
Last active June 2, 2018 07:14
Show Gist options
  • Save kngwyu/34219d8014e5b05062144e6df1a0f3e9 to your computer and use it in GitHub Desktop.
Save kngwyu/34219d8014e5b05062144e6df1a0f3e9 to your computer and use it in GitHub Desktop.
function venv
if mkdir $argv ^/dev/null
virtualenv --system-site-packages -p python3 $argv
. ./$argv/bin/activate.fish
else
. ./$argv/bin/activate.fish
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment