You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ariatosca.apache.org by Steve Baillargeon <st...@ericsson.com> on 2017/09/01 12:54:48 UTC

ARIA install on virtualenv

Hi Ran
I have installed virtualenv on PC.
Can you send commands to creature a virtualenv and install ARIA in it?

Thank you

-Steve



Re: ARIA install on virtualenv

Posted by Tal Liron <ta...@cloudify.co>.
Installing the dev version in Bash:

virtualenv aria
. /aria/bin/activate
pip install https://github.com/apache/incubator-ariatosca/archive/master.zip

To test:

aria --version

On Fri, Sep 1, 2017 at 7:54 AM, Steve Baillargeon <
steve.baillargeon@ericsson.com> wrote:

> Hi Ran
> I have installed virtualenv on PC.
> Can you send commands to creature a virtualenv and install ARIA in it?
>
> Thank you
>
> -Steve
>
>
>