Open dckc opened 7 years ago
funny... I tried the same thing again today and in my searching around, ended up back here.
For today, I got distracted by trying to install hg as a wheel and used up most of my energy.
I could have uploaded an .hg bundle rather than access to a mercurial grain, today.
I'd like to access a mercurial grain from an ipython notebook in sandstorm.
I managed to get mercurial installed inside an ipython grain by uploading the source and using it in pure python mode (some details below).
But I can't figure out how to connect to the https address given in the mercurial grain. https://docs.sandstorm.io/en/latest/developing/powerbox/ says
HTTP_PROXY
should be set, but I getKeyError
fromos.environ['HTTP_PROXY']
.