Dear Carlos,
I need to install locally python 2.7.8 , setuptools, virtualenv.
Then I was able to install also fabric and it works quite well.
Thank you very much for your suggestions.
Regards.

    Luca


2014-09-10 13:23 GMT+02:00 Carlos García <
[email protected]>:

> To use it, you should specify the full path in the virtual environment.
>
> env/bin/fab
>
> 2014-09-10 13:19 GMT+02:00 Luca Mazzaferro <[email protected]>:
>
>> Hi Carlos,
>> thank you very much for this suggestion
>> I'm going to try.
>> Thank you.
>> Cheers.
>>
>>    Luca
>>
>> 2014-09-10 12:27 GMT+02:00 Carlos García <
>> [email protected]>:
>>
>>> Yes, I think the easiest way is to install it with virtualenv.
>>>
>>> If you're not root, you can just run virtualenv to create a Python
>>> virtual environment and then, install Fabric with pip in that environment.
>>>
>>> The simplest scenario:
>>>
>>>
>>> 1.- Download virtualenv:
>>>
>>> wget
>>> https://raw.githubusercontent.com/pypa/virtualenv/1.9.X/virtualenv.py
>>>
>>>
>>>
>>> 2.- Create virtualenv. This will create the virtual environment under
>>> env/ directory
>>>
>>> python virtualenv.py env
>>>
>>>
>>>
>>> 3.- Install Fabric:
>>>
>>> env/bin/pip install Fabric
>>>
>>>
>>>
>>>
>>> Regards
>>>
>>> 2014-09-10 12:12 GMT+02:00 Luca Mazzaferro <[email protected]>:
>>>
>>>> Dear Users,
>>>> I'm new in Fabric world and I have a simple question: is it possible to
>>>> install it in like local user?
>>>> Unfortunately in the environment where I work I don't have root-access.
>>>> Thank you.
>>>> Regards,
>>>>
>>>>   L.
>>>>
>>>> _______________________________________________
>>>> Fab-user mailing list
>>>> [email protected]
>>>> https://lists.nongnu.org/mailman/listinfo/fab-user
>>>>
>>>>
>>>
>>>
>>> --
>>> Carlos García
>>> Director de Operaciones
>>> Tel. 695 624 167 - 902 620 100
>>> www.stoneworksolutions.net
>>>
>>> AVISO DE CONFIDENCIALIDAD
>>> Tanto este mensaje como todos los posibles documentos adjuntos al mismo
>>> son confidenciales y están dirigidos exclusivamente a los destinatarios de
>>> los mismos. Por favor, si Ud no es uno de dichos destinatarios,
>>> notifíquenos este hecho y elimine el mensaje de su sistema. Queda prohibida
>>> la copia, difusión o revelación de su contenido a terceros sin el previo
>>> consentimiento por escrito del remitente. En caso contrario, vulnerarán la
>>> legislación vigente
>>>
>>
>>
>
>
> --
> Carlos García
> Director de Operaciones
> Tel. 695 624 167 - 902 620 100
> www.stoneworksolutions.net
>
> AVISO DE CONFIDENCIALIDAD
> Tanto este mensaje como todos los posibles documentos adjuntos al mismo
> son confidenciales y están dirigidos exclusivamente a los destinatarios de
> los mismos. Por favor, si Ud no es uno de dichos destinatarios,
> notifíquenos este hecho y elimine el mensaje de su sistema. Queda prohibida
> la copia, difusión o revelación de su contenido a terceros sin el previo
> consentimiento por escrito del remitente. En caso contrario, vulnerarán la
> legislación vigente
>
_______________________________________________
Fab-user mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to