Results 1 to 4 of 4

Thread: Install Sublime via terminal with python

  1. #1
    Join Date
    Apr 2014
    Beans
    2

    Install Sublime via terminal with python

    hey guys,


    I'm trying to install sublime on my ubuntu.

    entered the following:

    $ python sublime_plugin.py

    Traceback (most recent call last):
    File "sublime_plugin.py", line 4, in <module>
    import sublime
    ImportError: No module named sublime


    what should I do now to install the sublime editor?

    Kind regards

  2. #2
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Install Sublime via terminal with python

    Why don't you install it using the WebUpd8 PPA? It's really simple, all it takes is to run three lines in a terminal window:
    Code:
    sudo add-apt-repository ppa:webupd8team/sublime-text-2
    sudo apt-get update
    sudo apt-get install sublime-text

  3. #3
    Join Date
    Apr 2014
    Beans
    2

    Re: Install Sublime via terminal with python

    Thank you for the quick answer...

    Everything got installed
    Last edited by meierdesigns; April 14th, 2014 at 10:18 AM.

  4. #4
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Install Sublime via terminal with python

    Using webupd8 PPA, Sublime Text 2 will get a proper .desktop file so you can right click files to open in Sublime Text 2 as well as showing up properly in the Unity launcher.
    You can also open files from the command line (run "sublime-text-2 /path/to/file" or "subl /path/to/file")

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •