and i get the following error :
virtualenv : command not found.
Python install correctly, no error.
Just one message during the process :
"No package python-virtualenv available."
Do you have any idea to solve this problem ?
Thanks.
Hello !
Thanks to @Archer. Il install virtualenv with he command : pip install virtualenv.
@eva2000 : I tried to install python 2.7 like in the post you mentioned, but the repository --enablerepo=ius doesn’t exist.
So i installed it ans then
yum -y install python27 python27-devel python27-pip python27-setuptools python27-tools python27-virtualenv --enablerepo=ius
No error.
But now i have another error during the letsencrypt script :
Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-PM RzXk/ConfigArgParse
Yes as i describe it, i installed the IUS community yum repo.
After i installed with no error the python 2.7.
But now i have another error during the letsencrypt-auto script :
Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-PM RzXk/ConfigArgParse
I don’t think wiping /root/.local/share completely is a good idea. Removes also data you may want to keep. Better find the real issue and delete just a single or two subfolders.
[quote=“kelunik, post:10, topic:2127, full:true”]
I don’t think wiping /root/.local/share completely is a good idea. Removes also data you may want to keep. Better find the real issue and delete just a single or two subfolders.
[/quote] in my case and @kilone it’s centos 6.7 and python 2.6 not officially being supported
Updating letsencrypt and virtual environment dependencies...
Requirement already up-to-date: setuptools in /root/.local/share/letsencrypt/lib/python2.6/site-packages
/root/.local/share/letsencrypt/lib/python2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Requirement already up-to-date: pip in /root/.local/share/letsencrypt/lib/python2.6/site-packages
Collecting letsencrypt
so only wipe /root/.local/share/letsencrypt/lib/python2.6 ?