3
How do I activate virtualenv in Makefile?
I tried to
venv:
@virtualenv venv
active:
@source venv/bin/activate
I tried too
active:
@. venv/bin/activate
And nothing.
3
How do I activate virtualenv in Makefile?
I tried to
venv:
@virtualenv venv
active:
@source venv/bin/activate
I tried too
active:
@. venv/bin/activate
And nothing.
0
Activate bash by creating an alias on .bashrc
.
Browser other questions tagged makefile
You are not signed in. Login or sign up in order to post.