J'ai mis Python 2.7 dans Sakura VPS 1 Go.

** Sakura VPS 1 Go ** * L'avis de fin de la période d'essai * est arrivé, j'ai donc ajouté ** Python2.7 ** pendant un moment. Le but est ** l'analyse des données sociales **! ** Python ** est l'une des routes royales pour l'exploration de données, alors faisons-en l'expérience. * (・ ∀ ・)! !! *

Préparation

[funya@hogex ~]$ cd /usr/local/bin/
[funya@hogex bin]$ ls
[funya@hogex ~]$ sudo yum install gcc
[funya@hogex bin]$ sudo yum install libjpeg-devel
[funya@hogex bin]$ sudo yum install zlib-devel
[funya@hogex bin]$ sudo wget http://www.sqlite.org/sqlite-autoconf-3070500.tar.gz
[funya@hogex bin]$ sudo tar xvfz sqlite-autoconf-3070500.tar.gz

Au fait, c'est facile car vous pouvez effacer toutes les commandes avec CTRL + U.

Installez sqlite

[funya@hogex bin]$ cd sqlite-autoconf-3070500
[funya@hogex bin]$ sudo ./configure
[funya@hogex bin]$ sudo make
[funya@hogex bin]$ sudo make install

Installer Python 2.7

[funya@hogex bin]$ sudo wget http://www.python.org/ftp/python/2.7/Python-2.7.tar.bz2
[funya@hogex bin]$ sudo tar xjvf Python-2.7.tar.bz2
[funya@hogex bin]$ cd Python-2.7
-bash: cd: Python-2.7:Aucune autorisation
[funya@hogex bin]$ sudo chmod a+rwx Python-2.7
[funya@hogex bin]$ ./configure --enable-shared

[funya@hogex bin]$ sudo yum -y install httpd-devel
[funya@hogex bin]$ sudo wget http://modwsgi.googlecode.com/files/mod_wsgi-3.3.tar.gz
[funya@hogex bin]$ sudo tar xvfz mod_wsgi-3.3.tar.gz
[funya@hogex bin]$ cd mod_wsgi-3.3
[funya@hogex mod_wsgi-3.3]$ sudo ./configure --with-apxs=/usr/sbin/apxs --with-python=/usr/local/bin/python
checking Apache version... 2.2.15
/usr/local/bin/python: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
/usr/local/bin/python: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
/usr/local/bin/python: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
/usr/local/bin/python: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
/usr/local/bin/python: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
/usr/local/bin/python: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
/usr/local/bin/python: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
/usr/local/bin/python: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
/usr/local/bin/python: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
/usr/local/bin/python: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
configure: creating ./config.status
config.status: creating Makefile

C'était une erreur. Enquête.

[funya@hogex bin]$ ldd python2.7

Hmmm, le fichier semble avoir été créé. C'est le lien symbolique habituel à chaque fois.

[funya@hogex lib64]$ sudo ln /usr/local/bin/Python-2.7/libpython2.7.so.1.0 libpython2.7.so.1.0
[funya@hogex mod_wsgi-3.3]$ sudo ./configure --with-apxs=/usr/sbin/apxs --with-python=/usr/local/bin/python
checking Apache version... 2.2.15
configure: creating ./config.status
config.status: creating Makefile
[funya@hogex mod_wsgi-3.3]$ sudo make
[funya@hogex mod_wsgi-3.3]$ sudo make install
[funya@hogex bin]$ python -V
Python 2.7
[funya@hogex bin]$ sudo python
Python 2.6.6 (r266:84292, Feb 22 2013, 00:00:18) 
[GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux2
>>>

Cela a fonctionné pour le moment! Finissons aujourd'hui ☆ Mi


ref) 1. http://www.kzfmix.com/sakura/python.html ref) 2. http://itpro.nikkeibp.co.jp/article/COLUMN/20060228/231200/ ref) 3. http://homepage3.nifty.com/nasunu-i/LinuxBeginner/Permission.htm ref) 4. http://memo.yomukaku.net/entries/jbRkQkq

astuce) 1. $ ll pour des informations détaillées sur le fichier tip) 2. tar xjvf Python_hogehoge.bz2 astuce) 3. Appuyez sur CTRL + U pour effacer toutes les commandes

Recommended Posts

J'ai mis Python 2.7 dans Sakura VPS 1 Go.
J'ai écrit python en japonais
Je comprends Python en japonais!
Ce que j'ai appris en Python
Mettez MeCab dans "Windows 10; Python3.5 (64 bits)"
Mettez python, numpy, opencv3 dans ubuntu14
Jusqu'à ce que vous mettiez Python dans Docker
J'ai écrit Fizz Buzz en Python
J'ai essayé d'étudier le processus avec Python
Scikit-learn ne peut pas être installé en Python
J'ai écrit la file d'attente en Python
J'ai essayé la notification de ligne en Python
J'ai écrit la pile en Python
J'ai essayé d'implémenter PLSA en Python
J'ai essayé d'implémenter la permutation en Python
J'ai fait un programme de gestion de la paie en Python!
[Itertools.permutations] Comment créer une séquence en Python
PUT gzip directement dans S3 en Python
J'ai essayé d'implémenter PLSA dans Python 2
J'ai essayé d'utiliser l'optimisation bayésienne de Python
Je ne peux pas déboguer les scripts python dans Eclipse
J'ai mis Linux (Ubuntu) dans VAIO SX14.
J'ai essayé d'implémenter la régression logistique de Cousera en Python
J'ai essayé d'implémenter ADALINE en Python
Je voulais résoudre ABC159 avec Python
J'ai essayé d'implémenter PPO en Python
J'ai cherché un nombre premier avec python
J'ai créé un outil de mot de passe en Python.
Pourquoi ne puis-je pas installer matplotlib avec python! !!
Quadtree en Python --2
Python en optimisation
CURL en Python
Métaprogrammation avec Python
Je veux faire le test de Dunnett en Python
Python 3.3 avec Anaconda
Géocodage en python
SendKeys en Python
J'ai essayé d'implémenter le filtre anti-spam bayésien de Robinson avec python
Mettre python xgboost dans max osx (version llvm)
Un mémo que j'ai écrit un tri rapide en Python
Méta-analyse en Python
Unittest en Python
Python: j'ai pu récurer en lambda
Mettez du texte récupéré en Python dans une feuille de calcul Google
Je veux créer une fenêtre avec Python
J'ai eu une erreur lorsque j'ai mis opencv dans python3 avec Raspeye [Remedy]
J'ai essayé de jouer à un jeu de frappe avec Python
Quand j'essaye matplotlib en Python, il dit 'cairo.Context'
J'ai essayé de simuler "Birthday Paradox" avec Python
3 étapes pour mettre Python + mecab dans yum uniquement
J'ai essayé la méthode des moindres carrés en Python
J'ai commencé Python
J'ai étudié en détail le traitement des variables en python
J'ai écrit une classe en Python3 et Java
Époque en Python
Discord en Python
J'ai écrit "Introduction à la vérification des effets" en Python
Allemand en Python
DCI en Python
tri rapide en python