goerz / gc3pie

Automatically exported from code.google.com/p/gc3pie
0 stars 0 forks source link

install script fails #393

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
tried on ocikbgtw

$ sh -c "$(wget -O- http://gc3pie.googlecode.com/svn/install.sh)"
...
Destination directory:    /home/sergio/gc3pie
Python executable:        python
Ask for confirmation:     yes
Development mode:         no
Install gc3apps:          yes
Overwrite:                ask
...
Installing extra applications in /home/sergio/gc3pie
ln: target `/home/sergio/gc3pie/bin/python2.6' is not a directory
chmod: cannot access `/home/sergio/gc3pie/gc3apps/*.py': No such file or 
directory

Original issue reported on code.google.com by sergio.m...@gmail.com on 13 Feb 2013 at 8:46

GoogleCodeExporter commented 9 years ago
The problem is that in your system you already have gc3pie installed. The 
install.sh script should warn you and not try to install the packages, but the 
installation will always fail, because we cannot use the --no-site-packages 
option of virtualenv (because we need the nordugrid libraries installed on the 
system).

The only solution would be to install manually by creating a new virtualenv 
using the --no-site-package option, but this will cause gc3pie to be unable to 
operate with ARC* backends.

Original comment by antonio....@gmail.com on 13 Feb 2013 at 9:01

GoogleCodeExporter commented 9 years ago
Fixed in revision r3774

Original comment by antonio....@gmail.com on 28 Nov 2013 at 3:05