Python Pylons環境安裝

2021-09-06 03:44:04 字數 1589 閱讀 2884

1、安裝python

目前主要安裝有以下兩種:

1、python 2.7.2

2、python3.2

安裝完成之後修改系統環境變數

系統環境變數新增python的安裝路徑,如:d:\program files\python27\

cmd執行python

如: c:\users\libing>python

2、安裝pylons

安裝pylons方式:

1、簡單方式

>>>c:\users\libing>cd  /d e:\python\pylons

>>> e:\python\pylons>python ez_setup.py pylons

等待安裝完成後,新增系統環境變數d:\program files\python27\scripts\

測試pylons是否安裝成功

cmd執行以下:

>>>

c:\users\libing

>

paster

3、建立pylons專案

建立pylons專案步驟如下:

假設建立專案為helloworld,儲存路徑為 e:\projects\

>>>c:\users\libing> cd /d e:\projects

>>>e:\projects>paster create -t pylons helloworld

>>>e:\projects>cd helloworld

執行pylons專案

>>>e:\projects\helloworld>paster serve --reload development.ini

starting subprocess with file monitor

starting server in pid 6636.

serving on

在瀏覽器中輸入/,如果能看到 welcome to pylons字樣,則已成功配置pylons開發環境。

4、安裝sqlalchemy

安裝sqlalchemy

執行cmd如下:

>>>

c:\users\libing

>

cd /

d e:\python\sqlalchemy

-0.7

.0>>>

e:\python\sqlalchemy

-0.7

.0>

python setup.py install

檢查sqlalchemy是否安裝成功

>>>

c:\users\libing

>

python

>>>

import

sqlalchemy

>>>

sqlalchemy.

__version__

5、安裝mysql

6、安裝python mysql

Openstack All in one環境安裝

安裝epel包,並重新整理yum cache。yum install epel release.noarch yum makecache 安裝相應版本的centos release openstack,我使用的是queens這個版本。yum install centos release openst...

tensorflow pytorch環境安裝

1.檢視cuda版本 無關 wlsh wlsh wlsh wlsh thinkstation p920 cat usr local cuda version.txt cuda version 10.1.168 wlsh wlsh thinkstation p920 cat usr local cud...

Linux環境下MySQL python安裝過程

參考 1.首先確認python的版本為2.3.4以上,如果不是需要公升級python的版本 python v 檢查python版本 2.安裝mysql,比如安裝在 usr local mysql目錄下 4.安裝 mysql python tar xvzf mysql python 1.2.2.tar...