added bashrc entry for venv script

This commit is contained in:
inhale-dir
2024-11-04 07:47:56 +01:00
parent 3fe1f7cfe2
commit 07f83947cc
+6 -1
View File
@@ -1,9 +1,14 @@
# Redmine script for yourself # Redmine script for yourself
## Req: ## Req
**Python3.11.2** **Python3.11.2**
colorama\ colorama\
python-redmine\ python-redmine\
python-dotenv python-dotenv
## .bashrc
"source $HOME/scripts/redmine-cli_ticket-done/venv/bin/activate && python3 $HOME/scripts/redmine-cli_ticket-done/ticket-done.py"