質問編集履歴
1
引用に修正しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,11 +4,11 @@
|
|
4
4
|
|
5
5
|
|
6
6
|
|
7
|
-
# yum -y install https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-7-x86_64/pgdg-centos96-9.6-3.noarch.rpm
|
7
|
+
> ># yum -y install https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-7-x86_64/pgdg-centos96-9.6-3.noarch.rpm
|
8
8
|
|
9
|
-
# yum -y install epel-release
|
9
|
+
> > # yum -y install epel-release
|
10
10
|
|
11
|
-
# yum -y install pgadmin4
|
11
|
+
> ># yum -y install pgadmin4
|
12
12
|
|
13
13
|
|
14
14
|
|
@@ -18,9 +18,9 @@
|
|
18
18
|
|
19
19
|
の配下にファイルが何もなく、実行ができません。
|
20
20
|
|
21
|
-
#python ./setup.py
|
21
|
+
> >#python ./setup.py
|
22
22
|
|
23
|
-
#python pgAdmin4.py
|
23
|
+
> >#python pgAdmin4.py
|
24
24
|
|
25
25
|
|
26
26
|
|