Created
March 22, 2023 07:58
-
-
Save OliPelz/bd39a1fdbfdccfc2b0215f3426351e14 to your computer and use it in GitHub Desktop.
prepare vanilla zsh system for passhole
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
mkdir ~/.venv | |
python3 -m venv ~/.venv | |
source ~/.venv/bin/activate | |
echo 'source ~/.venv/bin/activate' >> ~/.zshrc | |
pip3 install --upgrade pip | |
pip3 install passhole |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment