Forums

Batteries Included

i was wondering how can i replicate the concept of pythonanywhere batteries included for my local development. So i can have module globally, however i could overwrite to use newer version for specific module for specific apps. (Like using virtual env but have gobal base env)

can i do it? or it's a specific design of pythonanywhere software structure only?

yes i could, i found the answer here at stackoverflow

Yes, that's right -- we're not doing anything proprietary with pip installs -- it's just normal pip stuff.