Closed GoogleCodeExporter closed 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
Fixed in revision r3774
Original comment by antonio....@gmail.com
on 28 Nov 2013 at 3:05
Original issue reported on code.google.com by
sergio.m...@gmail.com
on 13 Feb 2013 at 8:46