Virtual Env for Cappuccino

42 views
Skip to first unread message

Antoine Mercadal

unread,
Feb 6, 2015, 1:13:51 AM2/6/15
to Cappuccino
Hi guys,

I just published a simple new tool here

https://github.com/primalmotion/capp_env

This is basically virtual env for Cappuccino. It allows to have multiple version of Cappuccino and any other Capp libraries/packages to be installed concurrently.

For instance, you have an application that runs with a version n of Cappuccino, and you want to try n+1

capp_env -p /tmp/cappn+1
cd /tmp/cappn+1/sources
git clone https://github.com/cappuccino/cappuccino.git
source ../bin/activate
jake install

Then go to your app
capp gen -fl .

Want to go back to your system version of Cappuccino?
deactivate
capp gen -fl .

Forgot something?
source /tmp/cappn+1/bin/activate
capp gen -fl .


And voila!

-- 
Antoine Mercadal




Andrew Hankinson

unread,
Feb 6, 2015, 8:28:15 AM2/6/15
to objec...@googlegroups.com
Nice!

--
You received this message because you are subscribed to the Google Groups "Cappuccino & Objective-J" group.
To unsubscribe from this group and stop receiving emails from it, send an email to objectivej+...@googlegroups.com.
To post to this group, send email to objec...@googlegroups.com.
Visit this group at http://groups.google.com/group/objectivej.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages