Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@bjia56/portable-python
Advanced tools
This project provides self-contained (hence, "portable") Python distributions to a variety of target platforms and architectures. These Python distributions can be downloaded and extracted to anywhere on the filesystem, making installation trivially easy and configurable.
To get started, download archives from GitHub releases. Alternatively, use any of the following installers:
npm i @bjia56/portable-python-3.8
npm i @bjia56/portable-python-3.9
npm i @bjia56/portable-python-3.10
npm i @bjia56/portable-python-3.11
npm i @bjia56/portable-python-3.12
For example, on Linux via bash:
$ wget -q https://github.com/bjia56/portable-python/releases/download/v3.9.17-build.4/python-3.9
.17-linux-x86_64.zip
$ unzip -qq python-3.9.17-linux-x86_64.zip
$ ./python-3.9.17-linux-x86_64/bin/python --version
Python 3.9.17
Or via the node installer:
$ npm i --silent @bjia56/portable-python-3.9
$ ./node_modules/@bjia56/portable-python-3.9/python-3.9.17-linux-x86_64/bin/python --version
Python 3.9.17
Or via node:
var pythonExe = require("@bjia56/portable-python-3.9");
var child_process = require("child_process");
console.log(child_process.execSync(`${pythonExe} --version`).toString());
Currently, Python 3.9, 3.10, 3.11, and 3.12 are built for the following targets:
1 The arm builds target armv6, specifically the configuration of the Raspberry Pi 1. Current arm builds do not work properly on old glibc, but a recent version of Raspbian like Debian bullseye should provide a new enough glibc to work. ↩
2 MacOS distributions are provided as universal2, which will work on both x86_64 and arm64. ↩
3 Cosmopolitan builds are statically linked and may not support all Python features. ↩
The build scripts and code in this repository are available under the Apache-2.0 License. Note that compilation of Python involves linking against other libraries, some of which may include different licensing terms. Copies of the licenses from known dependencies are included under the licenses
directory of each Python distribution.
FAQs
Portable Python
The npm package @bjia56/portable-python receives a total of 465 weekly downloads. As such, @bjia56/portable-python popularity was classified as not popular.
We found that @bjia56/portable-python demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.