mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-10-01 04:45:34 -04:00
activate venv automatically
This commit is contained in:
parent
d724296a89
commit
0a81e35a23
@ -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…
Reference in New Issue
Block a user