Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated install instructions for Sublime Text 3 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zeusdeux
Copy link

@zeusdeux zeusdeux commented Apr 4, 2014

The older instructions weren't working.

Related issues: #8, sergeche/emmet-sublime#129

The older instructions weren't working.
@ggirelli
Copy link

Please specify that, when installing the PyV8 precompiled zip, we must place the PyV8/pyv8-osx-p3 in the SAME folder as Emmet :D

@revir
Copy link

revir commented May 4, 2014

That's true, when installing mannuly on Linux, the filename is pyv8-linux64-p3.zip,
but pyv8 should goes PyV8/linux64-p3/. Please update README.

@megawac
Copy link

megawac commented May 8, 2014

👍 I was having trouble getting this working this morning

2. Make a folder called `PyV8` anywhere on your system
3. Unpack contents of downloaded archive into `PyV8/%filename%` where `%filename%` is the name of downloaded file (e.g. it will be `pyv8-win64-p3` if you download `pyv8-win64-p3.zip` file).
4. For ST2, move the `PyV8` folder that you just created inside Sublime Text Packages folder which can be found by clicking `Preferences > Browse Packages` in the ST2 Menu.
5. For ST3, goto `Preferences > Browse Packages` in the ST3 Menu. Then go up one folder to its parent. From there go into the `Installed Packages` folder. Now move the `PyV8` folder that you had created earlier into this (`Installed Packages`) folder.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think, you should also write about config.json.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Readme.md really helped, thanks!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this worked on Ubuntu

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this manual installation instruction worked at my ST3 on ubuntu
thanks

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. It works at ST3 on win7 64bit

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah,
Thanks dude...
Worked like a charm on ST3 + Win10 x64

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you Igoradamenko!
I am using Ubuntu 16.04 and I have succeeded with your very grateful solution!

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on win7 64bit ST3,the location is 'Sublime Text 3\Installed Packages\PyV8\win64-p3'(I download pyv8-win64-p3.zip ) not 'pyv8-win64-p3',please update README.md

@igoradamenko
Copy link

I was having trouble too.
I think, you should also write about config.json and '{"skip_update": true}' in it.

@bIgBV
Copy link

bIgBV commented May 24, 2014

I followed the instructions provided in the README to the t and I couldn't get it working. Is there something I could be doing wrong because I am getting the following traceback after following the instructions :

PyV8: Creating new thread 
Emmet: Creating thread
Emmet: Loading https://api.github.com/repos/emmetio/pyv8-binaries/contents
Emmet: Loading PyV8 binary from https://raw.github.com/emmetio/pyv8-binaries/master/pyv8-   linux64-p3.zip
Package Control: Skipping automatic upgrade, last run at 2014-05-24 18:00:12, next run at     2014-05-24 19:00:12 or after
Exception in thread Thread-30:
Traceback (most recent call last):
  File "X/threading.py", line 639, in _bootstrap_inner
  File "X/threading.py", line 825, in run
  File "/home/bigb/.config/sublime-text-3/Installed Packages/Emmet.sublime-package/emmet/pyv8loader.py", line 271, in run
    return self.trigger('error', exit_code=self.thread.exit_code, progress=self)
  File "/home/bigb/.config/sublime-text-3/Installed Packages/Emmet.sublime-package/emmet/pyv8loader.py", line 290, in trigger
    c(*args, **kwargs)
TypeError: on_error() got an unexpected keyword argument 'progress'

I have a PyV8 directory with the extracted files from the zip in the installed packages directory.

@kmollee
Copy link

kmollee commented Jun 11, 2014

i have same issue

OS: linux mint 17 32bit

Emmet: Loading https://api.github.com/repos/emmetio/pyv8-binaries/contents
Emmet: Loading PyV8 binary from https://raw.github.com/emmetio/pyv8-binaries/master/pyv8-linux32-p3.zip
Exception in thread Thread-59:
Traceback (most recent call last):
  File "X/threading.py", line 639, in _bootstrap_inner
  File "X/threading.py", line 825, in run
  File "/home/lee/.config/sublime-text-3/Installed Packages/Emmet.sublime-package/emmet/pyv8loader.py", line 271, in run
    return self.trigger('error', exit_code=self.thread.exit_code, progress=self)
  File "/home/lee/.config/sublime-text-3/Installed Packages/Emmet.sublime-package/emmet/pyv8loader.py", line 290, in trigger
    c(*args, **kwargs)
TypeError: on_error() got an unexpected keyword argument 'progress'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.