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.

How to configure the environment correctly to run with pyenv and create the python versions.

See original GitHub issue

I’ve been following the project. And I saw that he now supports pyenv. I did not understand how to make them work together. I use pyenv a long time.

I tested the lines added in the lasts commit.

$ py -c "import os; print (bool (os.environ.get ('PYENV_SHELL')) or bool (os.environ.get ('PYENV_ROOT')))"

True # Exit the shell

What should I do to make it work?

Thanks in advance for the help 😬

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

0reactions
AndersonFirminocommented, Sep 17, 2017

It worked now, thank you Kenneth ✨ 🍰 ✨

Read more comments on GitHub >

github_iconTop Results From Across the Web

Managing Multiple Python Versions With pyenv
This command activates the version specified by setting the PYENV_VERSION environment variable. This command overwrites any applications or global settings you ...
Read more >
Setting up your python development environment (with pyenv ...
As shown below, we'll first set the Python environment with pyenv , and then make a couple virtual environments with virtualenvwrapper . Then...
Read more >
pyenv Tutorial - Guides - Resources - Amaral Lab
Previously known as Pythonbrew, pyenv lets you change the global Python version, install multiple Python versions, set directory (project)-specific Python ...
Read more >
Python: Creating a clean learning environment with pyenv ...
Setup your Python learning environment using pyenv, pyenv virtual-env and pipX without polluting your future development environment.
Read more >
How to use pyenv to run multiple versions of Python on a Mac
If you need to double-check what your default shell is, you can run echo $SHELL. If it's zsh, use the command above. If...
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