mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-07-20 05:19:17 -04:00
activate venv automatically
This commit is contained in:
parent
d724296a89
commit
0a81e35a23
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
set -o errexit -o nounset -o pipefail
|
||||
shopt -s dotglob extglob globstar
|
||||
|
||||
source venv/bin/activate
|
||||
|
||||
if [[ $# -eq 1 ]]; then
|
||||
fd=$1
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue