我剛剛安裝了RVM的全新副本和運行rvm gemset list時,我不斷收到此錯誤: $ rvm gemset list
Warning! PATH is not properly set up, '/Users/dmonsewicz/.rvm/gems/ruby-2.3.1/bin' is not available,
usually this is caused by shel
我試圖在我的docker容器中安裝symfony2和git插件。 FROM php:7-fpm
# Install Packages
RUN apt-get update && apt-get install -y vim zsh git
RUN docker-php-ext-install pdo pdo_mysql mysqli zip mbstring
# Instal Oh m