I have python3. Why is atom installer reporting python2.7.17?
by maschelsea from LinuxQuestions.org on (#5JHXB)
I have installed python3 on my slackware system. Some time ago. I did this so that I could follow along with python3 tutorial videos. Here is my proof that I did this:
Code:michael@caitlyn python $ python3
Python 3.9.5 (default, Jun 1 2021, 19:30:29)
[GCC 5.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>Yet,as I attempt to install atom, it's installer reports python 2.7.17. How do I get rid of this outdated version of python?
Code:apm 2.5.0
npm 6.14.5
node 10.20.1 x64
atom unknown
python 2.7.17
git 2.17.6
Installing modulesPS: I got these packages from sbopkg. I hope that doesn't affect responses. Maybe this is the wrong place to be asking about this. If so, just tell me what the right place is...
Code:michael@caitlyn python $ python3
Python 3.9.5 (default, Jun 1 2021, 19:30:29)
[GCC 5.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>Yet,as I attempt to install atom, it's installer reports python 2.7.17. How do I get rid of this outdated version of python?
Code:apm 2.5.0
npm 6.14.5
node 10.20.1 x64
atom unknown
python 2.7.17
git 2.17.6
Installing modulesPS: I got these packages from sbopkg. I hope that doesn't affect responses. Maybe this is the wrong place to be asking about this. If so, just tell me what the right place is...