botany fix

This commit is contained in:
fosslinux 2019-05-08 06:18:22 +00:00
parent 11dd7626e7
commit 9a1165c4df
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
source /usr/local/botany/venv/bin/activate
python /usr/local/botany/botany.py
python3 /usr/local/botany/botany.py
deactivate