dandan611 / Settler

0 stars 0 forks source link

python 36をインストールしている状態にする #2

Closed dandan611 closed 6 years ago

dandan611 commented 6 years ago
yum install -y https://centos7.iuscommunity.org/ius-release.rpm
yum install -y python36u python36u-libs python36u-devel python36u-pip
dandan611 commented 6 years ago
dandan611 commented 6 years ago
dandan611 commented 6 years ago
[vagrant@localhost ~]$ vi ~/.bash_profile
[vagrant@localhost ~]$ source ~/.bash_profile

     cat << EOS >> ~/.bash_profile
     ### Virtualenvwrapper
     if [ -f /usr/bin/virtualenvwrapper.sh ]; then
         export WORKON_HOME=$HOME/.pyenv
         source /usr/bin/virtualenvwrapper.sh
     fi
     EOS
     source ~/.bash_profile
dandan611 commented 6 years ago

~/.bash_profileではなく、bashrcのほうが良い。

理由 sshでは、bash_profileが呼ばれるが、bashrcは対話シェルだと必ず呼ばれるため。

dandan611 commented 6 years ago

対応自体は別Issueにしたため、このチケットは閉じます。