Python Forum
I think I messed up python....
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I think I messed up python....
#8
(Jul-30-2019, 08:56 PM)metulburr Wrote:
(Jul-30-2019, 05:15 PM)XavPro_QC Wrote: Package python3 is not configured yet.
try this
sudo dpkg -r python3
close and run an update

You can also try
sudo dpkg --configure -a
sudo apt-get install -f
What happens when you do?
$ python3.5 -V
Since python3.x was installed by you and not required for the system (since its not the default), you can simply just install a new version anywhere. Then create an alias to the new python3.x in your ~/.bashrc file. Append to the bottom of that
alias python3='python3.5'
or to whatever path you installed python3.5 to

restart terminal and see if you get a python3.5 prompt with the command
python3
You can also checkout this as its a similar error as to the one you are getting
https://askubuntu.com/questions/316189/b...er-upgrade

Also Ubuntu forums would be a better place to get help with such issues. Im just kinda throwing shit at the wall to see if it sticks. They would know exactly the correct procedure to undo what you did. I would surely be interested in the correct procedure to revert your purge.

thanks for the commands I will take a look!
Reply


Messages In This Thread
I think I messed up python.... - by XavPro_QC - Jul-29-2019, 11:45 PM
RE: I think I messed up python.... - by metulburr - Jul-30-2019, 02:20 AM
RE: I think I messed up python.... - by XavPro_QC - Jul-30-2019, 05:15 PM
RE: I think I messed up python.... - by metulburr - Jul-30-2019, 08:56 PM
RE: I think I messed up python.... - by XavPro_QC - Aug-02-2019, 09:02 PM
RE: I think I messed up python.... - by snippsat - Jul-30-2019, 09:23 PM
RE: I think I messed up python.... - by metulburr - Jul-30-2019, 10:24 PM
RE: I think I messed up python.... - by Gribouillis - Jul-30-2019, 11:02 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Text Order is Kinda Messed Up? Prithak 0 1,012 Feb-03-2022, 04:00 PM
Last Post: Prithak
  python2 python3 messed up : How to fix ? hary 15 7,842 Dec-30-2020, 08:26 PM
Last Post: hary
  Matplotlib is all messed up! 64humans 1 3,395 Mar-16-2019, 08:04 PM
Last Post: libervurto
  windows grep messed up Larz60+ 4 4,454 Mar-27-2017, 01:58 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020