On 01/07/2017 03:17 PM, Dennis Lee Bieber wrote:
On Sat, 7 Jan 2017 12:22:45 -0600, jim <jf_byr...@comcast.net> declaimed
the following:


What is "system python"? If I do $ which python I get /usr/bin/python
which points to python 2.7xx. So if everything I added was for python 3
either using pip3 or apt-get would I be adding to "system python"?


        What does

                which python3

return?

jfb@jims-1604:~$ which python3
/usr/bin/python3

Regards,  Jim

wulfraed@Jessie:~$ which python
/usr/bin/python
wulfraed@Jessie:~$ which python3
/usr/bin/python3
wulfraed@Jessie:~$ python
Python 2.7.9 (default, Mar  1 2015, 12:57:24)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.

wulfraed@Jessie:~$ python3
Python 3.4.2 (default, Oct  8 2014, 10:45:20)
[GCC 4.9.1] on linux
Type "help", "copyright", "credits" or "license" for more information.

wulfraed@Jessie:~$

        I consider both of those to be "system" as I don't recall explicitly
asking for either (Debian running in VirtualBox)



--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to