Git Product home page Git Product logo

Comments (8)

Lokaltog avatar Lokaltog commented on May 12, 2024

Cool! Is this something that is supposed to be installed in addition to the develop tarball, or is it a replacement?

from powerline.

derekbrokeit avatar derekbrokeit commented on May 12, 2024

It's a replacement. I think it symlinks (or similar) to your typical python environment directory where the tarball would normally be installed.

from powerline.

Lokaltog avatar Lokaltog commented on May 12, 2024

Nice! I'll check it out and update the docs.

from powerline.

CodeSturgeon avatar CodeSturgeon commented on May 12, 2024

Personally, I cloned the repo and did python setup.py develop. That basically just add's the repo PATH to the PYTHONPATH. Now all I have to do is git pull in the repo and I'm using the latest across the system. Pretty much the same affect just a different approach.

from powerline.

ZyX-I avatar ZyX-I commented on May 12, 2024

@CodeSturgeon You can clone the repo where you want and still use pip: pip install --user -e /path/to/repo. It is doing all the necessary setup (almost exactly what you did manually, but in one turn; though using ~/.local/lib64/python2.7/site-packages/Powerline.egg-link in place of modifying PYTHONPATH).

from powerline.

CodeSturgeon avatar CodeSturgeon commented on May 12, 2024

@ZyX-I I don't manually modify the PYTHONPATH, python setup.py develop does that for me by making a .egg-link. Doing pip -e at it's heart is pretty much just doing python setup.py develop along with some book keeping.

These methods all have the same result, they are just different ways of getting there 😉

from powerline.

Lokaltog avatar Lokaltog commented on May 12, 2024

I think I'll leave this out of the docs as I don't think this applies to any significant amount of users and because it appears that different devs have different ways of accomplishing this.

from powerline.

derekbrokeit avatar derekbrokeit commented on May 12, 2024

No problem, as @ZyX-I says, @CodeSturgeon's method has the same result.

from powerline.

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.