Discussion:
[Fab-user] fabric local installation
Luca Mazzaferro
2014-09-10 10:12:23 UTC
Permalink
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.
Carlos García
2014-09-10 10:27:34 UTC
Permalink
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
Post by Luca Mazzaferro
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
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
Luca Mazzaferro
2014-09-10 11:19:24 UTC
Permalink
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 <
Post by Carlos García
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.
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
env/bin/pip install Fabric
Regards
Post by Luca Mazzaferro
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
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
2014-09-10 11:23:39 UTC
Permalink
To use it, you should specify the full path in the virtual environment.

env/bin/fab
Post by Luca Mazzaferro
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 <
Post by Carlos García
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.
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
env/bin/pip install Fabric
Regards
Post by Luca Mazzaferro
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
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
Luca Mazzaferro
2014-09-11 09:33:25 UTC
Permalink
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 <
Post by Carlos García
To use it, you should specify the full path in the virtual environment.
env/bin/fab
Post by Luca Mazzaferro
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 <
Post by Carlos García
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.
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
env/bin/pip install Fabric
Regards
Post by Luca Mazzaferro
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
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
Loading...