It should be valid for a user to have a relative path to a package in their requirements.txt, but currently if they pyleus build from outside the topology directory, the command will fail.
chdir-ing to the topology directory before running virtualenv commands should fix this.
It should be valid for a user to have a relative path to a package in their
requirements.txt
, but currently if theypyleus build
from outside the topology directory, the command will fail.chdir
-ing to the topology directory before running virtualenv commands should fix this.