question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Integrate Pythonz

See original GitHub issue

Right now creating a virtualenv with a custom version of Python is harder than it needs to be: check if you have it installed, if now find the proper way to install it for your OS, then proceed to choose between the exe/conda/ppa/deb/homebrew solution according to your need and the specific version you want, then install and create the virtualenv with the proper command.

pythonz allow you to easily install any Python version. Including legacy ones (2.6) and brand new ones (3.6). pew already integrates it. It would be great to be able to do:

pipenv install foo --python 3.6

And be done with it. It just check if Python 3.6 exists on my machine, and if not, use Pythonz to provide it in my env.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
sanscorecommented, Jan 23, 2017

I would advocate the opposite of this. Pipenv, to me, draws from Ruby’s Bundler project which is different from Pythonz, Pyenv, etc. which are inspired by Ruby’s Rbenv (RVM, Node’s NVM, Nix, etc. etc. etc.).

I haven’t checked yet, but I would suggest that the goal should be to only: “Play nicely with Pythonz, Pyenv, etc.”

1reaction
andreifcommented, Jan 23, 2017

Pipenv works fine with pyenv as far as I tested (py3). Should be straightforward to test with pypy etc.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Integration (scipy.integrate) — SciPy v1.9.3 Manual
Faster integration using low-level callback functions# ... A user desiring reduced integration times may pass a C function pointer through scipy.LowLevelCallable ...
Read more >
Numerical Methods using Python (scipy)
Numerical integration¶ ... is provided by the quad() function of the scipy.integrate module. It takes as input arguments the function f(x) to be...
Read more >
A Simple Method for Numerical Integration in Python
In this article, we will introduce a simple method for computing integrals in python. We will first derive the integration formula and then ......
Read more >
Integration in PYTHON (Symbolic AND Numeric) - YouTube
In this video I show how to evaluate integrals symbolically and numerically in python. The main packages used here are sympy for symbolic ......
Read more >
SciPy - Integration - GeeksforGeeks
Scipy is the scientific computing module of Python providing in-built functions on a lot of well-known Mathematical functions.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found