Gnome terminal will not startProblem when trying to open terminal in ubuntu 16.04Terminal and Software update crash on open, python installation relatedCannot open language support menu from terminal and GUI in ubuntu16.04gnome-terminal not working with `Error contructing proxy..`How do I install Python 3.6 using apt-get?ModuleNotFoundError: No module named 'apt_pkg' in Moka installingI cannot open the terminal (from launcher, dashboard or other terminals)terminal won't launch after installing python 3,718.04--GnomeTerminal won't startI can't open software updater and unity tweak tool on Ubuntu14.04Backintime won't start (no module named dbus)Why can't I start onedrive-d?Playonlinux won't start. Ubuntu 16.04Ubuntu Launcher Folder not workingTypeError when running update-manager on ubuntu 17.10version GLIBCXX_3.4.21 not defined in file libstdc++.so.6 with link time referenceubuntu-cleaner in 14.04LTS?18.04--GnomeTerminal won't start

Can disgust be a key component of horror?

Does the UK parliament need to pass secondary legislation to accept the Article 50 extension

Why Shazam when there is already Superman?

Can I still be respawned if I die by falling off the map?

Mixing PEX brands

What should you do if you miss a job interview (deliberately)?

Why can Carol Danvers change her suit colours in the first place?

Quasinilpotent , non-compact operators

What to do when eye contact makes your subordinate uncomfortable?

How much character growth crosses the line into breaking the character

Why is short-wave infrared portion of electromagnetic spectrum so sensitive to fire?

Terse Method to Swap Lowest for Highest?

Store Credit Card Information in Password Manager?

Limits and Infinite Integration by Parts

Recommended PCB layout understanding - ADM2572 datasheet

What are the balance implications behind making invisible things auto-hide?

How to say when an application is taking the half of your screen on a computer

Why is the "ls" command showing permissions of files in a FAT32 partition?

Why is this estimator biased?

What is the evidence for the "tyranny of the majority problem" in a direct democracy context?

How does a computer interpret real numbers?

Redundant comparison & "if" before assignment

Why does the Sun have different day lengths, but not the gas giants?

Add big quotation marks inside my colorbox



Gnome terminal will not start


Problem when trying to open terminal in ubuntu 16.04Terminal and Software update crash on open, python installation relatedCannot open language support menu from terminal and GUI in ubuntu16.04gnome-terminal not working with `Error contructing proxy..`How do I install Python 3.6 using apt-get?ModuleNotFoundError: No module named 'apt_pkg' in Moka installingI cannot open the terminal (from launcher, dashboard or other terminals)terminal won't launch after installing python 3,718.04--GnomeTerminal won't startI can't open software updater and unity tweak tool on Ubuntu14.04Backintime won't start (no module named dbus)Why can't I start onedrive-d?Playonlinux won't start. Ubuntu 16.04Ubuntu Launcher Folder not workingTypeError when running update-manager on ubuntu 17.10version GLIBCXX_3.4.21 not defined in file libstdc++.so.6 with link time referenceubuntu-cleaner in 14.04LTS?18.04--GnomeTerminal won't start













21















I just tried to install python 3.6 on my Ubuntu 16.04 system, and now I cant run the terminal from the launcher or from Ctrl+Alt+T. I tried to run gnome-terminal from XTerm and got the following message:



Traceback (most recent call last):
File "/usr/bin/gnome-terminal", line 9, in <module>
from gi.repository import GLib, Gio
File "/usr/lib/python3/dist-packages/gi/__init__.py", line 42, in <module>
from . import _gi
ImportError: cannot import name '_gi'
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 63, in apport_excepthook
from apport.fileutils import likely_packaged, get_recent_crashes
File "/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module>
from apport.report import Report
File "/usr/lib/python3/dist-packages/apport/report.py", line 30, in <module>
import apport.fileutils
File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in <module>
from apport.packaging_impl import impl as packaging
File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 23, in <module>
import apt
File "/usr/lib/python3/dist-packages/apt/__init__.py", line 23, in <module>
import apt_pkg
ModuleNotFoundError: No module named 'apt_pkg'

Original exception was:
Traceback (most recent call last):
File "/usr/bin/gnome-terminal", line 9, in <module>
from gi.repository import GLib, Gio
File "/usr/lib/python3/dist-packages/gi/__init__.py", line 42, in <module>
from . import _gi
ImportError: cannot import name '_gi'


How can I fix this error?



It should also be noted that:



  • My gnome-terminal file is now a python script.

  • The gnome-terminal.real file will open the terminal as expected.


  • python3.5 gnome-terminal will open the terminal as expected.









share|improve this question




























    21















    I just tried to install python 3.6 on my Ubuntu 16.04 system, and now I cant run the terminal from the launcher or from Ctrl+Alt+T. I tried to run gnome-terminal from XTerm and got the following message:



    Traceback (most recent call last):
    File "/usr/bin/gnome-terminal", line 9, in <module>
    from gi.repository import GLib, Gio
    File "/usr/lib/python3/dist-packages/gi/__init__.py", line 42, in <module>
    from . import _gi
    ImportError: cannot import name '_gi'
    Error in sys.excepthook:
    Traceback (most recent call last):
    File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 63, in apport_excepthook
    from apport.fileutils import likely_packaged, get_recent_crashes
    File "/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module>
    from apport.report import Report
    File "/usr/lib/python3/dist-packages/apport/report.py", line 30, in <module>
    import apport.fileutils
    File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in <module>
    from apport.packaging_impl import impl as packaging
    File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 23, in <module>
    import apt
    File "/usr/lib/python3/dist-packages/apt/__init__.py", line 23, in <module>
    import apt_pkg
    ModuleNotFoundError: No module named 'apt_pkg'

    Original exception was:
    Traceback (most recent call last):
    File "/usr/bin/gnome-terminal", line 9, in <module>
    from gi.repository import GLib, Gio
    File "/usr/lib/python3/dist-packages/gi/__init__.py", line 42, in <module>
    from . import _gi
    ImportError: cannot import name '_gi'


    How can I fix this error?



    It should also be noted that:



    • My gnome-terminal file is now a python script.

    • The gnome-terminal.real file will open the terminal as expected.


    • python3.5 gnome-terminal will open the terminal as expected.









    share|improve this question


























      21












      21








      21


      9






      I just tried to install python 3.6 on my Ubuntu 16.04 system, and now I cant run the terminal from the launcher or from Ctrl+Alt+T. I tried to run gnome-terminal from XTerm and got the following message:



      Traceback (most recent call last):
      File "/usr/bin/gnome-terminal", line 9, in <module>
      from gi.repository import GLib, Gio
      File "/usr/lib/python3/dist-packages/gi/__init__.py", line 42, in <module>
      from . import _gi
      ImportError: cannot import name '_gi'
      Error in sys.excepthook:
      Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 63, in apport_excepthook
      from apport.fileutils import likely_packaged, get_recent_crashes
      File "/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module>
      from apport.report import Report
      File "/usr/lib/python3/dist-packages/apport/report.py", line 30, in <module>
      import apport.fileutils
      File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in <module>
      from apport.packaging_impl import impl as packaging
      File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 23, in <module>
      import apt
      File "/usr/lib/python3/dist-packages/apt/__init__.py", line 23, in <module>
      import apt_pkg
      ModuleNotFoundError: No module named 'apt_pkg'

      Original exception was:
      Traceback (most recent call last):
      File "/usr/bin/gnome-terminal", line 9, in <module>
      from gi.repository import GLib, Gio
      File "/usr/lib/python3/dist-packages/gi/__init__.py", line 42, in <module>
      from . import _gi
      ImportError: cannot import name '_gi'


      How can I fix this error?



      It should also be noted that:



      • My gnome-terminal file is now a python script.

      • The gnome-terminal.real file will open the terminal as expected.


      • python3.5 gnome-terminal will open the terminal as expected.









      share|improve this question
















      I just tried to install python 3.6 on my Ubuntu 16.04 system, and now I cant run the terminal from the launcher or from Ctrl+Alt+T. I tried to run gnome-terminal from XTerm and got the following message:



      Traceback (most recent call last):
      File "/usr/bin/gnome-terminal", line 9, in <module>
      from gi.repository import GLib, Gio
      File "/usr/lib/python3/dist-packages/gi/__init__.py", line 42, in <module>
      from . import _gi
      ImportError: cannot import name '_gi'
      Error in sys.excepthook:
      Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 63, in apport_excepthook
      from apport.fileutils import likely_packaged, get_recent_crashes
      File "/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module>
      from apport.report import Report
      File "/usr/lib/python3/dist-packages/apport/report.py", line 30, in <module>
      import apport.fileutils
      File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in <module>
      from apport.packaging_impl import impl as packaging
      File "/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 23, in <module>
      import apt
      File "/usr/lib/python3/dist-packages/apt/__init__.py", line 23, in <module>
      import apt_pkg
      ModuleNotFoundError: No module named 'apt_pkg'

      Original exception was:
      Traceback (most recent call last):
      File "/usr/bin/gnome-terminal", line 9, in <module>
      from gi.repository import GLib, Gio
      File "/usr/lib/python3/dist-packages/gi/__init__.py", line 42, in <module>
      from . import _gi
      ImportError: cannot import name '_gi'


      How can I fix this error?



      It should also be noted that:



      • My gnome-terminal file is now a python script.

      • The gnome-terminal.real file will open the terminal as expected.


      • python3.5 gnome-terminal will open the terminal as expected.






      16.04 gnome python gnome-terminal






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 5 '17 at 19:50







      bengdahl

















      asked Feb 5 '17 at 19:45









      bengdahlbengdahl

      108115




      108115




















          3 Answers
          3






          active

          oldest

          votes


















          25














          Probably the symlink /usr/bin/python3 points to python3.6, which it should not. Fix it by running these commands:



          sudo rm /usr/bin/python3
          sudo ln -s python3.5 /usr/bin/python3





          share|improve this answer


















          • 4





            To add to this: this is caused by a bug in the python3-apt package; there's a Launchpad bug open about it here.

            – Josh
            Feb 6 '17 at 14:31











          • The symlink should be created on which path ? Isn't pyenv a better alternative until the terminal bug is fixed ?

            – josircg
            Mar 17 '18 at 15:44











          • @josircg: Not sure I understand your path question. Both the symlink and the executable reside in /usr/bin. There may well be better alternatives. If you know of any, please write an own answer.

            – Gunnar Hjalmarsson
            Mar 17 '18 at 19:42











          • About the path: it think it's wise to add a cd /usr/bin before the ln, right?

            – josircg
            Mar 17 '18 at 20:04











          • About the solution: if you try to enable again python 3.6, you wil have to remove/recreate the symlink again. This should be noted too on the solution.

            – josircg
            Mar 17 '18 at 20:06


















          9














          You don't have to point Python3 to python3.5 , just running the commands:



          cd /usr/lib/python3/dist-packages/gi/
          sudo cp _gi.cpython-35m-x86_64-linux-gnu.so _gi.cpython-36m-x86_64-linux-gnu.so
          sudo cp _gi_cairo.cpython-35m-x86_64-linux-gnu.so _gi_cairo.cpython-36m-x86_64-linux-gnu.so





          share|improve this answer

























          • What does this do exactly? Is it safe?

            – wjandrea
            Aug 1 '18 at 19:52






          • 2





            This should be the answer. It is safe @wjandrea , I use it without any problem with Python 3.7 under Ubuntu 18

            – Huan
            Sep 7 '18 at 6:27












          • Can you paste these into xterm?

            – Tahlor
            Sep 12 '18 at 21:24











          • Works for me, this should be the answer and I second @Huan

            – user1282043
            3 hours ago


















          0














          Proper change of default python3 is done via:



          sudo update-alternatives --config python3


          Although copying the _gi_cairo.cpython-35m-x86_64-linux-gnu.so over from python3.5 over python3.6 could resolve the issue, but would break your library consistency. And should be avoided.






          share|improve this answer






















            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f880188%2fgnome-terminal-will-not-start%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            25














            Probably the symlink /usr/bin/python3 points to python3.6, which it should not. Fix it by running these commands:



            sudo rm /usr/bin/python3
            sudo ln -s python3.5 /usr/bin/python3





            share|improve this answer


















            • 4





              To add to this: this is caused by a bug in the python3-apt package; there's a Launchpad bug open about it here.

              – Josh
              Feb 6 '17 at 14:31











            • The symlink should be created on which path ? Isn't pyenv a better alternative until the terminal bug is fixed ?

              – josircg
              Mar 17 '18 at 15:44











            • @josircg: Not sure I understand your path question. Both the symlink and the executable reside in /usr/bin. There may well be better alternatives. If you know of any, please write an own answer.

              – Gunnar Hjalmarsson
              Mar 17 '18 at 19:42











            • About the path: it think it's wise to add a cd /usr/bin before the ln, right?

              – josircg
              Mar 17 '18 at 20:04











            • About the solution: if you try to enable again python 3.6, you wil have to remove/recreate the symlink again. This should be noted too on the solution.

              – josircg
              Mar 17 '18 at 20:06















            25














            Probably the symlink /usr/bin/python3 points to python3.6, which it should not. Fix it by running these commands:



            sudo rm /usr/bin/python3
            sudo ln -s python3.5 /usr/bin/python3





            share|improve this answer


















            • 4





              To add to this: this is caused by a bug in the python3-apt package; there's a Launchpad bug open about it here.

              – Josh
              Feb 6 '17 at 14:31











            • The symlink should be created on which path ? Isn't pyenv a better alternative until the terminal bug is fixed ?

              – josircg
              Mar 17 '18 at 15:44











            • @josircg: Not sure I understand your path question. Both the symlink and the executable reside in /usr/bin. There may well be better alternatives. If you know of any, please write an own answer.

              – Gunnar Hjalmarsson
              Mar 17 '18 at 19:42











            • About the path: it think it's wise to add a cd /usr/bin before the ln, right?

              – josircg
              Mar 17 '18 at 20:04











            • About the solution: if you try to enable again python 3.6, you wil have to remove/recreate the symlink again. This should be noted too on the solution.

              – josircg
              Mar 17 '18 at 20:06













            25












            25








            25







            Probably the symlink /usr/bin/python3 points to python3.6, which it should not. Fix it by running these commands:



            sudo rm /usr/bin/python3
            sudo ln -s python3.5 /usr/bin/python3





            share|improve this answer













            Probably the symlink /usr/bin/python3 points to python3.6, which it should not. Fix it by running these commands:



            sudo rm /usr/bin/python3
            sudo ln -s python3.5 /usr/bin/python3






            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Feb 5 '17 at 19:54









            Gunnar HjalmarssonGunnar Hjalmarsson

            19.6k23461




            19.6k23461







            • 4





              To add to this: this is caused by a bug in the python3-apt package; there's a Launchpad bug open about it here.

              – Josh
              Feb 6 '17 at 14:31











            • The symlink should be created on which path ? Isn't pyenv a better alternative until the terminal bug is fixed ?

              – josircg
              Mar 17 '18 at 15:44











            • @josircg: Not sure I understand your path question. Both the symlink and the executable reside in /usr/bin. There may well be better alternatives. If you know of any, please write an own answer.

              – Gunnar Hjalmarsson
              Mar 17 '18 at 19:42











            • About the path: it think it's wise to add a cd /usr/bin before the ln, right?

              – josircg
              Mar 17 '18 at 20:04











            • About the solution: if you try to enable again python 3.6, you wil have to remove/recreate the symlink again. This should be noted too on the solution.

              – josircg
              Mar 17 '18 at 20:06












            • 4





              To add to this: this is caused by a bug in the python3-apt package; there's a Launchpad bug open about it here.

              – Josh
              Feb 6 '17 at 14:31











            • The symlink should be created on which path ? Isn't pyenv a better alternative until the terminal bug is fixed ?

              – josircg
              Mar 17 '18 at 15:44











            • @josircg: Not sure I understand your path question. Both the symlink and the executable reside in /usr/bin. There may well be better alternatives. If you know of any, please write an own answer.

              – Gunnar Hjalmarsson
              Mar 17 '18 at 19:42











            • About the path: it think it's wise to add a cd /usr/bin before the ln, right?

              – josircg
              Mar 17 '18 at 20:04











            • About the solution: if you try to enable again python 3.6, you wil have to remove/recreate the symlink again. This should be noted too on the solution.

              – josircg
              Mar 17 '18 at 20:06







            4




            4





            To add to this: this is caused by a bug in the python3-apt package; there's a Launchpad bug open about it here.

            – Josh
            Feb 6 '17 at 14:31





            To add to this: this is caused by a bug in the python3-apt package; there's a Launchpad bug open about it here.

            – Josh
            Feb 6 '17 at 14:31













            The symlink should be created on which path ? Isn't pyenv a better alternative until the terminal bug is fixed ?

            – josircg
            Mar 17 '18 at 15:44





            The symlink should be created on which path ? Isn't pyenv a better alternative until the terminal bug is fixed ?

            – josircg
            Mar 17 '18 at 15:44













            @josircg: Not sure I understand your path question. Both the symlink and the executable reside in /usr/bin. There may well be better alternatives. If you know of any, please write an own answer.

            – Gunnar Hjalmarsson
            Mar 17 '18 at 19:42





            @josircg: Not sure I understand your path question. Both the symlink and the executable reside in /usr/bin. There may well be better alternatives. If you know of any, please write an own answer.

            – Gunnar Hjalmarsson
            Mar 17 '18 at 19:42













            About the path: it think it's wise to add a cd /usr/bin before the ln, right?

            – josircg
            Mar 17 '18 at 20:04





            About the path: it think it's wise to add a cd /usr/bin before the ln, right?

            – josircg
            Mar 17 '18 at 20:04













            About the solution: if you try to enable again python 3.6, you wil have to remove/recreate the symlink again. This should be noted too on the solution.

            – josircg
            Mar 17 '18 at 20:06





            About the solution: if you try to enable again python 3.6, you wil have to remove/recreate the symlink again. This should be noted too on the solution.

            – josircg
            Mar 17 '18 at 20:06













            9














            You don't have to point Python3 to python3.5 , just running the commands:



            cd /usr/lib/python3/dist-packages/gi/
            sudo cp _gi.cpython-35m-x86_64-linux-gnu.so _gi.cpython-36m-x86_64-linux-gnu.so
            sudo cp _gi_cairo.cpython-35m-x86_64-linux-gnu.so _gi_cairo.cpython-36m-x86_64-linux-gnu.so





            share|improve this answer

























            • What does this do exactly? Is it safe?

              – wjandrea
              Aug 1 '18 at 19:52






            • 2





              This should be the answer. It is safe @wjandrea , I use it without any problem with Python 3.7 under Ubuntu 18

              – Huan
              Sep 7 '18 at 6:27












            • Can you paste these into xterm?

              – Tahlor
              Sep 12 '18 at 21:24











            • Works for me, this should be the answer and I second @Huan

              – user1282043
              3 hours ago















            9














            You don't have to point Python3 to python3.5 , just running the commands:



            cd /usr/lib/python3/dist-packages/gi/
            sudo cp _gi.cpython-35m-x86_64-linux-gnu.so _gi.cpython-36m-x86_64-linux-gnu.so
            sudo cp _gi_cairo.cpython-35m-x86_64-linux-gnu.so _gi_cairo.cpython-36m-x86_64-linux-gnu.so





            share|improve this answer

























            • What does this do exactly? Is it safe?

              – wjandrea
              Aug 1 '18 at 19:52






            • 2





              This should be the answer. It is safe @wjandrea , I use it without any problem with Python 3.7 under Ubuntu 18

              – Huan
              Sep 7 '18 at 6:27












            • Can you paste these into xterm?

              – Tahlor
              Sep 12 '18 at 21:24











            • Works for me, this should be the answer and I second @Huan

              – user1282043
              3 hours ago













            9












            9








            9







            You don't have to point Python3 to python3.5 , just running the commands:



            cd /usr/lib/python3/dist-packages/gi/
            sudo cp _gi.cpython-35m-x86_64-linux-gnu.so _gi.cpython-36m-x86_64-linux-gnu.so
            sudo cp _gi_cairo.cpython-35m-x86_64-linux-gnu.so _gi_cairo.cpython-36m-x86_64-linux-gnu.so





            share|improve this answer















            You don't have to point Python3 to python3.5 , just running the commands:



            cd /usr/lib/python3/dist-packages/gi/
            sudo cp _gi.cpython-35m-x86_64-linux-gnu.so _gi.cpython-36m-x86_64-linux-gnu.so
            sudo cp _gi_cairo.cpython-35m-x86_64-linux-gnu.so _gi_cairo.cpython-36m-x86_64-linux-gnu.so






            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Jul 31 '18 at 22:24









            wjandrea

            9,35842664




            9,35842664










            answered Jan 26 '18 at 8:48









            Inno JiaInno Jia

            9111




            9111












            • What does this do exactly? Is it safe?

              – wjandrea
              Aug 1 '18 at 19:52






            • 2





              This should be the answer. It is safe @wjandrea , I use it without any problem with Python 3.7 under Ubuntu 18

              – Huan
              Sep 7 '18 at 6:27












            • Can you paste these into xterm?

              – Tahlor
              Sep 12 '18 at 21:24











            • Works for me, this should be the answer and I second @Huan

              – user1282043
              3 hours ago

















            • What does this do exactly? Is it safe?

              – wjandrea
              Aug 1 '18 at 19:52






            • 2





              This should be the answer. It is safe @wjandrea , I use it without any problem with Python 3.7 under Ubuntu 18

              – Huan
              Sep 7 '18 at 6:27












            • Can you paste these into xterm?

              – Tahlor
              Sep 12 '18 at 21:24











            • Works for me, this should be the answer and I second @Huan

              – user1282043
              3 hours ago
















            What does this do exactly? Is it safe?

            – wjandrea
            Aug 1 '18 at 19:52





            What does this do exactly? Is it safe?

            – wjandrea
            Aug 1 '18 at 19:52




            2




            2





            This should be the answer. It is safe @wjandrea , I use it without any problem with Python 3.7 under Ubuntu 18

            – Huan
            Sep 7 '18 at 6:27






            This should be the answer. It is safe @wjandrea , I use it without any problem with Python 3.7 under Ubuntu 18

            – Huan
            Sep 7 '18 at 6:27














            Can you paste these into xterm?

            – Tahlor
            Sep 12 '18 at 21:24





            Can you paste these into xterm?

            – Tahlor
            Sep 12 '18 at 21:24













            Works for me, this should be the answer and I second @Huan

            – user1282043
            3 hours ago





            Works for me, this should be the answer and I second @Huan

            – user1282043
            3 hours ago











            0














            Proper change of default python3 is done via:



            sudo update-alternatives --config python3


            Although copying the _gi_cairo.cpython-35m-x86_64-linux-gnu.so over from python3.5 over python3.6 could resolve the issue, but would break your library consistency. And should be avoided.






            share|improve this answer



























              0














              Proper change of default python3 is done via:



              sudo update-alternatives --config python3


              Although copying the _gi_cairo.cpython-35m-x86_64-linux-gnu.so over from python3.5 over python3.6 could resolve the issue, but would break your library consistency. And should be avoided.






              share|improve this answer

























                0












                0








                0







                Proper change of default python3 is done via:



                sudo update-alternatives --config python3


                Although copying the _gi_cairo.cpython-35m-x86_64-linux-gnu.so over from python3.5 over python3.6 could resolve the issue, but would break your library consistency. And should be avoided.






                share|improve this answer













                Proper change of default python3 is done via:



                sudo update-alternatives --config python3


                Although copying the _gi_cairo.cpython-35m-x86_64-linux-gnu.so over from python3.5 over python3.6 could resolve the issue, but would break your library consistency. And should be avoided.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 1 hour ago









                SaeedSaeed

                166127




                166127



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f880188%2fgnome-terminal-will-not-start%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

                    Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

                    Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»