Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manual pylama path selection doesnt work #56

Open
dreamalligator opened this issue Jan 26, 2019 · 0 comments
Open

manual pylama path selection doesnt work #56

dreamalligator opened this issue Jan 26, 2019 · 0 comments

Comments

@dreamalligator
Copy link

dreamalligator commented Jan 26, 2019

the manual path selection doesnt appear to work, and I'm not seeing any sort of debug infos on why. I turned on the "force" option, "debug" option, and closing-and-reopening atom. I also tried with the "pylint" option turned on and off to see if anything different happened.

image

could this because apm is reporting 2.7.15+, but pylint was installed with pip3? that is; pip3 install pylama pylama-pylint pylint along with apm install linter-python.

> pylint --version
pylint 2.2.2
astroid 2.1.0
Python 3.6.7 (default, Oct 22 2018, 11:32:17) 
[GCC 8.2.0]
> apm --version
apm  2.1.3
npm  6.2.0
node 8.9.3 x64
atom 1.35.0-beta0
python 2.7.15+
git 2.19.1

also, is automatic pylama detection possible? I'm using the location provided by which:

> which pylama
/home/alligator/.local/bin/pylama

thanks!

edit: also note that one of the most common ways for using python3 as default is to add an alias, alias python=python3, however atom doesnt utilize the python command so even though I am using that alias, apm --version will still report the above. just noting for anyone else who has the same setup.

> python --version
Python 3.6.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant