Fix activate for /bin/sh
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
|||||||
venv = ./venv
|
venv = ./venv
|
||||||
requirements = requirements.txt
|
requirements = requirements.txt
|
||||||
activate = source $(venv)/bin/activate
|
activate = . $(venv)/bin/activate
|
||||||
pip = pip
|
pip = pip
|
||||||
ansible = venv/bin/ansible-playbook
|
ansible = venv/bin/ansible-playbook
|
||||||
dotbot = _dotbot/bin/dotbot
|
dotbot = _dotbot/bin/dotbot
|
||||||
|
|||||||
Reference in New Issue
Block a user