Jun's Blog

Output, activities, memo and etc.

Entries from 2016-12-01 to 1 day

Think about the Python environment like Ruby Bundler

Want to use Python environment like Ruby Bundler! Ruby Bundler is very convenient. Below process is so common before starting development for a RugyGem package. $ git clone GIT_URL/foo.git $ cd foo $ bundle install --path vendor/bundle $ b…