如何修复virtualenv(在CentOS 6上找不到命令)

最近, 我正在通过Let’ s Encrypt来保护网站之一的安全, 并且在运行” ./letsencrypt-auto” 时遇到以下错误

Checking for new version...Creating virtual environment..../letsencrypt-auto: line 455: virtualenv: command not found

它是在DigitalOcean托管的CentOS 6.7上进行的, 这就是我的修复方法。
确保你具有root特权并执行以下命令。
yum install centos-release-SCLyum updateyum install scl-utils python27 python27-scldevelscl enable python27 bash

之后, 我可以继续进行” 加密” 设置。
【如何修复virtualenv(在CentOS 6上找不到命令)】参考:https://community.letsencrypt.org/t/solved-virtualenv-command-not-found/2127/8

    推荐阅读