How do I enable virtualenv in Makefile?
I tried
venv:
@virtualenv venv
active:
@source venv/bin/activate
I've tried it too
active:
@. venv/bin/activate
And nothing.
How do I enable virtualenv in Makefile?
I tried
venv:
@virtualenv venv
active:
@source venv/bin/activate
I've tried it too
active:
@. venv/bin/activate
And nothing.
Enable bash by creating an alias in .bashrc
.