Code Monkey home page Code Monkey logo

Comments (6)

jhutchins avatar jhutchins commented on August 23, 2024

That's great. Thank you. I'll take a look at this tonight/early tomorrow.

from virtualenv.

jhutchins avatar jhutchins commented on August 23, 2024

The maxdepth option isn't exactly the same, but it will work.

from virtualenv.

dappiu avatar dappiu commented on August 23, 2024

Great! I confirm the bug is now solved and the package is working on my system. Thank you!

(Hope this won't bother you:) I'd like to point out just an issue, not directly related to your package. I'm using linter-pylint and I keep receiving E0611 errors from it, so the linter doesn't take into account the new environment and keep looking for imported packages existence on the system path.
I'm not able to understand if your package have to support the linters or the other way around (the latter is the one that seems much probable to me). If you can assure me that is the linter that have to do something in order to support your package, I'll try to open a feature request on their Issue tracker.

from virtualenv.

jhutchins avatar jhutchins commented on August 23, 2024

Do you have pylinter install in the virtualenv you're trying to use? If you don't it will always try and use the system one. There's also some strangeness involved when you first install it into a virtualenv if there is already another pylint in installation. I'm looking into how I can work around that.

from virtualenv.

jhutchins avatar jhutchins commented on August 23, 2024

I have found that having pylint installed into the virtualenv that I want to use causes the pylint plugin to work great and that switching envs switches the version that is used. Let me know if this is not the case for you.

P.S. @dappiu thanks for caring enough to provide feedback.

from virtualenv.

dappiu avatar dappiu commented on August 23, 2024

Sorry, my mistake, having pylint installed in the virtualenv works perfectly fine, I just didn't noticed I fell into this: http://stackoverflow.com/questions/16061514/pylint-pylint-unable-to-import-flask-ext-wtf
It's a problem that exists just between Pylint and Flask extensions imported from a "virtual" package.
I'm just thinking that having pylint installed inside the virtualenv is a bit nasty, as I cannot do ``pip freeze >> requirements.txt` anymore, as this will output even pylint and its dependencies but that's another story! :)
I'm glad to help when I can ;)

from virtualenv.

Related Issues (20)

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.