Anacondaを入れて、Pycharmからvirtualenvの環境を使うことはできるようになったけど、 conda install でpackageをいれられない。ターミナルからはできる。ただ、beautifulsoup4を入れようとしたら、いろいろエラーが起きてしまった。やっぱり、Windows環境下でやるのは至難の業っぽい。苦しいー。 Vagrantは Vagrant was unable to mount VirtualBox shared folders. This is usually because the filesystem "vboxsf" is not available. This filesystem is made available via the VirtualBox Guest Additions and kernel module. Please verify that these guest additions are properly installed in the guest. This is not a bug in Vagrant and is usually caused by a faulty Vagrant box. For context, the command attemped was: set -e mount -t vboxsf -o uid=`id -u vagrant`,gid=`getent group vagrant | cut -d: -f3` vagrant /vagrant mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` vagrant /vagrant The error output from the command was: が出てきた。これはUbuntuのときもなって、どうしようもできなかった。 vagrant-vbguestは入れたがとくに変化は無かった。vboxadd setupをやればとか書いてあるけど、vboxaddなんて代物は無いんだがw Virtual Boxのupdateもめんどくさい(やった)。5.1になった。 Gradle入れようかと思ったら、gvmで入...