Closed transistor1 closed 10 years ago
Can someone test this before I merge it? Works on my iPad but doesn't work in linux, which I think is a little suspect. Checkout branch enh/11/main. Copy shellist.py into a sub folder and restart pythonista (to clear memory). Should download the deps into a local subdir called site-packages. If it is installed into ~, should copy into the main site-packages
Is there a way to clone a branch in shellista?
In the latest version, you can git clone the repo, then do:
git checkout
It currently only works for branches, not for SHAs.
On Friday, June 20, 2014, jsbain notifications@github.com wrote:
Is there a way to clone a branch in shellista?
— Reply to this email directly or view it on GitHub https://github.com/transistor1/shellista/issues/11#issuecomment-46695288 .
Got it. Ok, this worked for me on my ipad
The branch I mean
Fixed in master. set LOCAL_SITE_PACKAGES to false to install modules into pythonista's site-packages. Local might be better at this point though, because the dependencies have been changing a bit.
in branch enh/11/main.