transistor1 / shellista

shellista - iOS shell written for Pythonista
https://omz-forums.appspot.com/pythonista/post/5302343285342208
78 stars 18 forks source link

install dependencies into site-packages #11

Closed transistor1 closed 10 years ago

transistor1 commented 10 years ago

in branch enh/11/main.

transistor1 commented 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

jsbain commented 10 years ago

Is there a way to clone a branch in shellista?

transistor1 commented 10 years ago

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 .

jsbain commented 10 years ago

Got it. Ok, this worked for me on my ipad

jsbain commented 10 years ago

The branch I mean

transistor1 commented 10 years ago

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.