@@ -102,7 +102,7 @@ stable ("buster")
102
102
The version of Gunicorn in the Debian _ "stable" distribution is 19.9.0
103
103
(December 2020). You can install it using::
104
104
105
- $ sudo apt-get install gunicorn
105
+ $ sudo apt-get install gunicorn3
106
106
107
107
You can also use the most recent version 20.0.4 (December 2020) by using
108
108
`Debian Backports `_. First, copy the following line to your
@@ -121,10 +121,14 @@ You can then install the latest version using::
121
121
oldstable ("stretch")
122
122
---------------------
123
123
124
+ While Debian releases newer than Stretch will give you gunicorn with Python 3
125
+ support no matter if you install the gunicorn or gunicorn3 package for Stretch
126
+ you specifically have to install gunicorn3 to get Python 3 support.
127
+
124
128
The version of Gunicorn in the Debian _ "oldstable" distribution is 19.6.0
125
129
(December 2020). You can install it using::
126
130
127
- $ sudo apt-get install gunicorn
131
+ $ sudo apt-get install gunicorn3
128
132
129
133
You can also use the most recent version 19.7.1 (December 2020) by using
130
134
`Debian Backports `_. First, copy the following line to your
@@ -138,7 +142,7 @@ Then, update your local package lists::
138
142
139
143
You can then install the latest version using::
140
144
141
- $ sudo apt-get -t stretch-backports install gunicorn
145
+ $ sudo apt-get -t stretch-backports install gunicorn3
142
146
143
147
Testing ("bullseye") / Unstable ("sid")
144
148
---------------------------------------
0 commit comments