Prefer pipenv on project when possible#266
Conversation
6271d12 to
98df498
Compare
|
Umm.. Is this project still alive, @Arcanemagus? |
|
If I'm understanding what this is doing (I'm not well versed on Is that not necessary? Unfortunately I don't use this project myself very often, and it seems nobody in @AtomLinter/linter-pylint is active here any longer 😒, sorry about the delay! |
|
@Arcanemagus it does affect the other parts. This code extracts the PYTHONPATH of the venv and adds it to the PYTHONPATH for further execution. As someone who's using Pipenv in the project, I can confirm that this would be a valuable addition. Didn't test the PR yet, but maybe @just-paja is willing to finalize the changes. |
|
Good evening @illright, it's Christmas time again :-D Sorry for the delay, I got occupied by other aspects of my life. I do not really understand what changes need to be done except for resolving conflicts. If anyone helps me understand, I'll be happy to do the coding work ;-) |
Hi,
thank you for this project. I noticed that it is very hard to configure the plugin when using pipenv. This could serve as an inspiration on how it could work.
There are still few glitches, but before I fix that, please let me know what you think.
The code reads projects configuration only once.