fix(python): rename alias for activate venv

This commit is contained in:
Hanashiko 2025-05-05 11:00:11 +03:00
commit 55c5c8daff
2 changed files with 3 additions and 3 deletions

View file

@ -122,6 +122,6 @@ if [[ "$PYTHON_AUTO_VRUN" == "true" ]]; then
fi
# Activate the local environment
alias act='source venv/bin/activate'
alias pya='source venv/bin/activate'
# run main.py
alias pyr='python main.py'