Use msgpack pip package everywhere
This commit is contained in:
parent
af57083afd
commit
bca5d8a6c5
5 changed files with 5 additions and 5 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -40,6 +40,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||
config.vm.provision "shell",
|
||||
inline: "sudo apt-get install msgpack-python python-gevent python-pip python-dev -y"
|
||||
config.vm.provision "shell",
|
||||
inline: "sudo pip install msgpack-python --upgrade"
|
||||
inline: "sudo pip install msgpack --upgrade"
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue