| Home  | Casa  | Hardware  | Networking  | Programmazione  | Software  | Domanda  | Sistemi  |   
Programmazione  
  • C /C + + Programming

  • Computer Programming Languages

  • Delphi Programming

  • Java Programming

  • Programmazione Javascript

  • PHP /MySQL Programmazione

  • Perl Programming

  • Python Programming

  • rubino Programmazione

  • Nozioni di base di Visual Programming
  •  
    Conoscenza Informatica >> Programmazione >> Python Programming >> Content
    Come installare Python su HostMonster
    Su HostMonster server web , il linguaggio di scripting Python viene installato automaticamente , ma l'installazione non include tutti i moduli Python . Pertanto, se si desidera installare ulteriori moduli Python , è possibile farlo . Installare il modulo Python dalla linea di comando , attivo via Secure Shell ( SSH ) . Accedendo tramite la shell sicura ti dà accesso alla linea di comando , come se si fosse sul computer stesso . Istruzioni
    1

    accedere al tuo server tramite la shell sicura .
    2

    Type " . Bashrc VI " e premere " Invio ". Questo apre un file bash nel editor vi . Verificare che le seguenti righe di codice sono nel file , e se non lo sono , aggiungerli :

    export PYTHONPATH = $ HOME /.local /lib /python /site-packages : $ PYTHONPATH

    export PYTHONPATH = $ HOME/.local/lib/python2.4/site-packages : $ PYTHONPATH

    export PATH = $ HOME /.local /bin : $ PATH
    < . br> 3

    Premere " Esc ", poi " : x " per uscire e salvare da vi
    4

    tipo "URL wget " - sostituzione URL con il lungo URL del modulo Python che si desidera installare . Premere il tasto " Enter ". Tipo " tar xzvf nomefile" - sostituendo nome con il nome del file del modulo . Premere il tasto " Enter ".
    5

    Digitare " cd nomefile" e premere "Invio". Tipo " pitone filename.py costruire" e premere "Invio". Quindi digitare "sudo python filename.py install " e premere " Invio ". Inserisci il tuo nome utente root e premere " Invio".

    Previous :

    next :
      Articoli Correlati
    ·Come arrotondare i numeri in virgola mobile in Python 
    ·Come creare un blocco di Word 
    ·Come invertire una lista in Python 
    ·Come sbarazzarsi di staffe in Python Array 
    ·Che cosa è l' interprete Python 2.6 Path 
    ·Come misurare il tempo in Python 
    ·Come codice di Nim per Python 
    ·Come fare una variabile globale in Python 
    ·Funzione tempo rimanente in Python 
    ·Come usare la matematica in Python 
      Articoli in evidenza
    ·Come ottenere coordinate del cursore Linux 
    ·Come utilizzare JQuery per inserire un ancoraggio 
    ·Come aprire una connessione semplice IMAP con PHP 
    ·Come imparare Structured Query Language 
    ·Come determinare il controllo con un focus corrente VB 
    ·Come vedere le forme di lavoro in VB6 
    ·Come calcolare il numero di settimane tra due date 
    ·Come fare una ricerca inserire più in PHP 
    ·Tutorial su come utilizzare VB6 PictureBox 
    ·Come utilizzare ItemCheck eventi in Visual Basic 6.0 
    Copyright © Conoscenza Informatica http://it.wingwit.com