Hi Riccardo,

The last part (i.e. mv) did not work as it recognised the action as moving
the files to another files system (unencrypted -> encrypted) which doesn't
support "long filenames".

Cheers,
Champak

On 21 March 2018 at 20:57, Riccardo Murri <[email protected]> wrote:

> Hi Champak,
>
>
> > On second thoughts, would you be able to make "Azure support completely
> > optional" as I would like to be able to use the API ?
>
> I'll add this to my TO-DO list, butmaybe there's a workaround:
>
> 1. Pick a directory on your computer that's *not* part of ecrypts
> (e.g., `/tmp` -- which I'll use in the following)
> 2. Create a virtualenv in it:
>
>         virtualenv /tmp/elasticluster
>
> 3. Make the virtualenv relocatable:
>
>         virtualenv --relocatable /tmp/elasticluster
>
> 4. Now activate the virtualenv:
>
>         source /tmp/elasticluster/bin/activate
>
> 3. Install ElastiCluster there:
>
>         git clone https://github.com/gc3-uzh-ch/elasticluster
> /tmp/elasticluster/src
>         pip install -e /tmp/elasticluster/src
>
> 5. Now move the virtualenv into your ecrypts (e.g., `$HOME`) --
> deactivate it first
>
>         deactivate
>         mv /tmp/elasticluster $HOME/elasticluster
>
> Can you please try if this solves the issue?
>
> Ciao,
> R
>
> --
> You received this message because you are subscribed to the Google Groups
> "elasticluster" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"elasticluster" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to