Giter Site home page Giter Site logo

Comments (3)

zyrikby avatar zyrikby commented on July 17, 2024

@limsammy First of all, thank you for your kind words and the submitted issue!

Actually, I had a pretty outdated version of pyenv on my machine. I have updated it to the latest (2.0.6-7) and checked if I can reproduce the issue. Unfortunately, on my machine everything still works fine.

However, I've tried to investigate what can be the problem in your case. First of all, it seems that virtualenv plugin is not working correctly for some setups after upgrading to pyenv v2 (pyenv corresponding issue and pyenv-virtualenv issue). Try to use the workarounds provided in these issues.

Also, could you please check if the command pyenv versions (without additional flags) work fine on your setup?

from pyenv-pip-upgrade.

sunflailOOH avatar sunflailOOH commented on July 17, 2024

I also ran into this issue - escaping the expansion of the list on line 107 did the trick for me, I'm unsure if there should be other escapes on the other quoted expansions so replying here instead of submitting a PR, leaving that up to you @zyrikby - fantastic work!
original:
if ! elementIn "${argument}" "${pyenvs_to_update[@]}"; then
escaped:
if ! elementIn "${argument}" "\${pyenvs_to_update[@]}"; then

from pyenv-pip-upgrade.

zyrikby avatar zyrikby commented on July 17, 2024

@sunflailOOH Do you also use Mac?

from pyenv-pip-upgrade.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.