New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

python-build

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-build

Tool to download and build python based upon pyenv.

  • 0.2.13
  • PyPI
  • Socket score

Maintainers
1

Python-Build

BuildPython is a python library to download and build a specified version of python into a specified directory.

That's it.

The code is basically derived from pyenv but provides a bit of a nicer wrapper.

It was built for use with http://hitchtest.com/ so that you can test the same code with multiple versions of python.

Use

Install::

$ pip install python-build

Use in python::

import python_build python_build.python_build("2.7.3", "/home/user/projectdirectory/py273")

Use outside of python::

$ python-build 2.7.3 /home/user/projectdirectory/py273

Help::

$ python-build --help

Keywords

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc