Activating virtualenv in Makefile

Asked

Viewed 64 times

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.

1 answer

0


Activate bash by creating an alias on .bashrc.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.