# pyv8-binaries **Repository Path**: mirrors_barry-ran/pyv8-binaries ## Basic Information - **Project Name**: pyv8-binaries - **Description**: Archive of pre-compiled PyV8 binaries - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README PyV8 Binaries ============= Archive of pre-compiled PyV8 binaries, used by Emmet for Sublime Text plugin. ## Manual installation If you experience issues with automatic PyV8 download of [Emmet for Sublime Text plugin](https://github.com/sergeche/emmet-sublime), you can manually install it: 1. Download PyV8 binary for your OS version (see notes below). 2. For Sublime Text 2 Unpack contents of downloaded archive into `PyV8/%filename%` folder inside Sublime Text Packages (find `Browse Packages...` menu item in ST2 editor to get into Packages folder), where `%filename%` is the name of downloaded file (e.g. it will be `pyv8-win64-p3` if you download `pyv8-win64-p3.zip` file). 3. For Sublime Text 3 Unpack contents of downloaded archive into `PyV8/%filename%` folder inside Sublime Text Installed Packages (find `Browse Packages...` menu item under preferences in ST3 editor to get into Packages folder, go up one level and go into Installed Packages), 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. Restart ST editor. ## Download For Sublime Text 2 (Python 2.6): * [Windows x32](https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-win32.zip) * [Windows x64](https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-win64.zip) * [OSX 10.7+](https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-osx.zip) * [OSX 10.6](https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-mac106.zip) * [Linux x32](https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-linux32.zip) * [Linux x64](https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-linux64.zip) For Sublime Text 3 (Python 3.3): * [Windows x32](https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-win32-p3.zip) * [Windows x64](https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-win64-p3.zip) * [OSX 10.7+](https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-osx-p3.zip) * [Linux x32](https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-linux32-p3.zip) * [Linux x64](https://github.com/emmetio/pyv8-binaries/raw/master/pyv8-linux64-p3.zip)