2020年4月19日日曜日

Django インストール #2


$ sudo pip3 install virtualenv
$ virtualenv --version
$ virtualenv local/venv36-22
$ source local/venv36-22/bin/activate
※ $ deactivate
$ pip3 install django
$ cd Make
$ mkdir BI-tool
$ cd BI-tool
$ django-admin startproject Conf
$ python3 manage.py startapp app


※エラー
apxs not found
# dnf install httpd-devel
cc     not found
# dnf install gcc
make not found
# dnf instal make
mariadb-config not found
# dnf install MariaDB-devel
MySQLdb/_mysql.c:46:10: 致命的エラー: Python.h: そのようなファイルやディレクトリはありません
# dnf install python36-devel

ImportError: Unable to find zbar shared library
# dnf install zbar

0 件のコメント:

コメントを投稿

zabbix7 amazon linux2023 インストール postgres15

【postgres】 dnf -y install postgresql15-server postgresql15-server-devel postgresql-setup initdb passwd postgres vi `find / -name pg_hba.con...