Re: [CentOS] upgrading python

2017-12-11 Thread Larry Martell
On Mon, Dec 11, 2017 at 5:57 PM, Kenneth Porter wrote: > On 12/11/2017 2:50 PM, Larry Martell wrote: >> >> ExecStart=/usr/bin/scl enable python27 bash; /usr/bin/uwsgi --emperor >> /etc/uwsgi/sites > > > You probably want: > > ExecStart=/usr/bin/scl enable python27 '/usr/bin/uwsgi --emperor > /etc/

Re: [CentOS] upgrading python

2017-12-11 Thread Kenneth Porter
On 12/11/2017 2:50 PM, Larry Martell wrote: ExecStart=/usr/bin/scl enable python27 bash; /usr/bin/uwsgi --emperor /etc/uwsgi/sites You probably want: ExecStart=/usr/bin/scl enable python27 '/usr/bin/uwsgi --emperor /etc/uwsgi/sites' See: https://linux.die.net/man/1/scl

Re: [CentOS] upgrading python

2017-12-11 Thread Larry Martell
On Mon, Dec 11, 2017 at 5:43 PM, Clint Dilks wrote: > On Tue, Dec 12, 2017 at 11:31 AM, wrote: > >> Pete Biggs wrote: >> > On Mon, 2017-12-11 at 15:44 -0600, Frank Cox wrote: >> >> On Mon, 11 Dec 2017 16:32:06 -0500 >> >> Larry Martell wrote: >> >> >> >> > Can I make that the default python? >> >

Re: [CentOS] upgrading python

2017-12-11 Thread Clint Dilks
On Tue, Dec 12, 2017 at 11:31 AM, wrote: > Pete Biggs wrote: > > On Mon, 2017-12-11 at 15:44 -0600, Frank Cox wrote: > >> On Mon, 11 Dec 2017 16:32:06 -0500 > >> Larry Martell wrote: > >> > >> > Can I make that the default python? > >> > >> ~/.bashrc > >> > > No. I'm not entirely sure that is a g

Re: [CentOS] upgrading python

2017-12-11 Thread m . roth
Pete Biggs wrote: > On Mon, 2017-12-11 at 15:44 -0600, Frank Cox wrote: >> On Mon, 11 Dec 2017 16:32:06 -0500 >> Larry Martell wrote: >> >> > Can I make that the default python? >> >> ~/.bashrc >> > No. I'm not entirely sure that is a good idea! No, not all. > > 'scl enable python27 bash' creates a

Re: [CentOS] upgrading python

2017-12-11 Thread Pete Biggs
On Mon, 2017-12-11 at 15:44 -0600, Frank Cox wrote: > On Mon, 11 Dec 2017 16:32:06 -0500 > Larry Martell wrote: > > > Can I make that the default python? > > ~/.bashrc > No. I'm not entirely sure that is a good idea! No, not all. 'scl enable python27 bash' creates a *new* shell with the correct

Re: [CentOS] upgrading python

2017-12-11 Thread Pete Biggs
> > > > > > > > Or use Software Collections, the Python27 package from there has 2.7.13 > > > > > > > > https://www.softwarecollections.org/en/scls/rhscl/python27/ > > > > > > > > https://wiki.centos.org/AdditionalResources/Repositories/SCL > > > > > > I followed the instructions at the firs

Re: [CentOS] upgrading python

2017-12-11 Thread Johnny Hughes
On 12/11/2017 03:32 PM, Larry Martell wrote: > On Mon, Dec 11, 2017 at 4:25 PM, Clint Dilks > wrote: >> On Tue, Dec 12, 2017 at 10:09 AM, Larry Martell >> wrote: >> >>> On Tue, Dec 5, 2017 at 8:22 AM, Pete Biggs wrote: On Tue, 2017-12-05 at 14:16 +0100, Kai Grunau wrote: > On 05.12.201

Re: [CentOS] upgrading python

2017-12-11 Thread Kenneth Porter
On 12/11/2017 1:32 PM, Larry Martell wrote: Thanks. Missed that. Now I do get 7.5.13 but it seems I have to type that command in each new shell. Can I make that the default python? I want django and uWSGI to use that version. The "default" python is a dependency for many other system packages,

Re: [CentOS] upgrading python

2017-12-11 Thread Frank Cox
On Mon, 11 Dec 2017 16:32:06 -0500 Larry Martell wrote: > Can I make that the default python? ~/.bashrc -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman

Re: [CentOS] upgrading python

2017-12-11 Thread Larry Martell
On Mon, Dec 11, 2017 at 4:25 PM, Clint Dilks wrote: > On Tue, Dec 12, 2017 at 10:09 AM, Larry Martell > wrote: > >> On Tue, Dec 5, 2017 at 8:22 AM, Pete Biggs wrote: >> > On Tue, 2017-12-05 at 14:16 +0100, Kai Grunau wrote: >> >> On 05.12.2017 14:05, Larry Martell wrote: >> >> > I am running Cen

Re: [CentOS] upgrading python

2017-12-11 Thread Clint Dilks
On Tue, Dec 12, 2017 at 10:09 AM, Larry Martell wrote: > On Tue, Dec 5, 2017 at 8:22 AM, Pete Biggs wrote: > > On Tue, 2017-12-05 at 14:16 +0100, Kai Grunau wrote: > >> On 05.12.2017 14:05, Larry Martell wrote: > >> > I am running CentOS 7 and I have python version: > >> > > >> > Python 2.7.5 (d

Re: [CentOS] upgrading python

2017-12-11 Thread Larry Martell
On Tue, Dec 5, 2017 at 8:22 AM, Pete Biggs wrote: > On Tue, 2017-12-05 at 14:16 +0100, Kai Grunau wrote: >> On 05.12.2017 14:05, Larry Martell wrote: >> > I am running CentOS 7 and I have python version: >> > >> > Python 2.7.5 (default, Sep 15 2016, 22:37:39) >> > >> > I need a newer version of 2.

Re: [CentOS] Broadcom BCM4352 on Centos 7

2017-12-11 Thread Akemi Yagi
On Mon, Dec 11, 2017 at 2:14 AM, Gary Stainburn wrote: > Hi Folks > > I'm trying to get my internal WiFi working and I'm following the > instructions > here: > > https://wiki.centos.org/HowTos/Laptops/Wireless/Broadcom > > My adaptor is: > > [gary@gary ~]$ lspci|grep Broad > 08:00.0 Network contr

Re: [CentOS] Broadcom BCM4352 on Centos 7

2017-12-11 Thread Johnny Hughes
On 12/11/2017 04:14 AM, Gary Stainburn wrote: > Hi Folks > > I'm trying to get my internal WiFi working and I'm following the instructions > here: > > https://wiki.centos.org/HowTos/Laptops/Wireless/Broadcom > > My adaptor is: > > [gary@gary ~]$ lspci|grep Broad > 08:00.0 Network controller: B

[CentOS] Broadcom BCM4352 on Centos 7

2017-12-11 Thread Gary Stainburn
Hi Folks I'm trying to get my internal WiFi working and I'm following the instructions here: https://wiki.centos.org/HowTos/Laptops/Wireless/Broadcom My adaptor is: [gary@gary ~]$ lspci|grep Broad 08:00.0 Network controller: Broadcom Limited BCM4352 802.11ac Wireless Network Adapter (rev 03)

Re: [CentOS] Problems with dnscrypt's package from EPEL

2017-12-11 Thread C. L. Martinez
Sorry Stephen. I have enabled another dnscrypt process in port 6355 to test ... But no luck. On the other side, I am not sure if dnscrypt the problem. I have replaced unbound by dnsmasq and voila! ... All it is working very fast (and dnsmasq only spends 75 MiB of RAM, when unbound spends 400 MiB).