Indico : Différence entre versions

De Asso Val Libre
Aller à : navigation, rechercher
(Installation)
Ligne 1 : Ligne 1 :
  
 +
= Installation =
  
== Installation ==
+
L'installation n'est pas très bien documentée, beaucoup d'implicite, contexte supposé.
 +
 
 +
== Tentative python ==
  
 
  Debian stable... tentative
 
  Debian stable... tentative
Ligne 26 : Ligne 29 :
 
  script by hand.  Please inform the package's author and the EasyInstall
 
  script by hand.  Please inform the package's author and the EasyInstall
 
  maintainers to find out if a fix or workaround is available.
 
  maintainers to find out if a fix or workaround is available.
 +
 +
== Tentative git ==

Version du 2 février 2016 à 16:27

Installation

L'installation n'est pas très bien documentée, beaucoup d'implicite, contexte supposé.

Tentative python

Debian stable... tentative
 1  apt-file search easy_install
   2  apt-get install apt-file
   3  apt-file update
   4  apt-file search easy_install
   5  apt-get install python-setuptools git
   6  easy_install indico
   9  apt-file search i586-linux-gnu-gcc
  10  apt-cache policy gcc
  11  apt-get install gcc


Scanning acceleration disabled (_speedups not found)!
error: SandboxViolation: chmod('/root/.python-eggs/Pillow-2.6.1-py2.7-linux-i686.egg-tmp/PIL/tmpKGTdG7.$extract', 493) {}

The package setup script has attempted to modify files on your system
that are not within the EasyInstall build area, and has been aborted.

This package cannot be safely installed by EasyInstall, and may not
support alternate installation locations even if you run its setup
script by hand.  Please inform the package's author and the EasyInstall
maintainers to find out if a fix or workaround is available.

Tentative git