17

So I removed python 2.7 from my parrot os and now I've got no task bar😥😥😥
Stuck to terminal...
Anyone know how to get it back

Comments
  • 6
    Reinstall python 2.7, it was probably using it.
  • 4
    Run these commands

    wget --no-check-certificate https://python.org/ftp/python/...

    tar -xzf Python-2.7.11.tgz

    cd Python-2.7.11

    Now read the README file to figure out how to install, or do the following with no guarantees from me that it will be exactly what you need.

    ./configure
    make
    sudo make install

    From stack
  • 0
    I remember once I did the same, and LM suggested I remove a ton more packages. Hit yes. Everything stopped working. Pretty sure I had a kernel panic or something happened to the bootloader, but I'd never make it to bash.

    Couldn't be bothered, just fresh install. I hope it doesn't come to that for you :(
  • 1
    Unfortunately you need to reinstall the OS. Never ever remove any of the stock applications from a Linux distribution, especially python.
  • 0
    Have you tried turning it off and on again ?
    .
    .
    .
    .
    .
    .
    .
    .
    .
    .
    .
    Just kidding
Add Comment