Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

FrankKair/polyenv

Repository files navigation

Polyenv

image

image

Polyenv allows you to run any programming language.

Installation

$ pip3 install polyenv

Usage

$ polyenv language path_to_file

Calling `Python 3`:

$ polyenv python3 ~/Desktop/example.py
"Hello, from Python"

Calling `Ruby`:

$ polyenv ruby ~/Desktop/example.rb
"Hello, from Ruby"

SSL Error

If you come across the following error:

ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)

Just run:

$ /Applications/Python\ 3.6/Install\ Certificates.command

Releases

No releases published

Packages

No packages published