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

Python3 #94

Open
fabaahh opened this issue Aug 30, 2018 · 3 comments
Open

Python3 #94

fabaahh opened this issue Aug 30, 2018 · 3 comments

Comments

@fabaahh
Copy link

fabaahh commented Aug 30, 2018

Hi, i am running on a Ubuntu system and i have troubles with running python 3.6.5 and i can't use this package... while i was using windows it worked fine for me (the last time i used it).
errorpython3

@foreshadow
Copy link
Owner

It seems that something is wrong with your environment path. Can you call just python in a terminal to run it? And @xovertheyearsx may help you with problems on linux.

@ghost
Copy link

ghost commented Sep 13, 2018

It still works in linux with 2 and 3. By default, as of Ubuntu 17.10, they use python 3 even though some packages still require 2. So if youre using LTS 18.04.x, depending on your installation, it may b 2 or 3. Usually its 3 until I explicitly install 2. The path is handled by default in Linux. So all you need to do is find out in the terminal which one it is. If it is 2, you can just specify python3 in settings. I explained how to do do this in the user documentation in the Wiki.

@jonascj
Copy link

jonascj commented Jul 31, 2019

See also #117 . I found this out by chance. python is not in PATH on Ubuntu 18.04, but python3 is. You could create a symlink yourself or change the interpreter in package (atom-python-run) settings (F5 command), except I am unable to get those settings working on Linux (that is what #117 is about).

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

3 participants