Code Monkey home page Code Monkey logo

Comments (6)

slashmili avatar slashmili commented on June 12, 2024 1

That's strange! the idea with #!/usr/bin/env python that it picks up the python that you preferred as the default in your environment. Now they are making it explicit!

Anyway It's not possible do the python search in the top of the file since it's read and executed by execve and not handled by the script

I suppose the way to go is either creating symlink python to python3 or using the python-is-python3 package

from alchemist.vim.

slashmili avatar slashmili commented on June 12, 2024

Hi @minhajuddin ,

Hmm #!/usr/bin/env python is the standard way of executing python scripts. What goes wrong when you execute the elixir_sense_client ?

from alchemist.vim.

minhajuddin avatar minhajuddin commented on June 12, 2024

You are right, Ubuntu 20.04 has executables called python2 and python3, that is why it fails, and installing the python-is-python3 creates a symlink called python which links to python3. I guess the fix for this would need to intelligently find the python3 executable and test this against python3 as python2 has reached the end of life.

from alchemist.vim.

minhajuddin avatar minhajuddin commented on June 12, 2024

Thanks, that makes sense. By the way, is elixir_sense supposed to work with Python3 or Python2?

from alchemist.vim.

slashmili avatar slashmili commented on June 12, 2024

@minhajuddin ElixirSense is purely in Elixir. alchemist.vim is the one which has python codes as client to talk to ElixirSense server

from alchemist.vim.

slashmili avatar slashmili commented on June 12, 2024

I'll close this issue. feel free to open it again if you there are some solutions.

from alchemist.vim.

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.