-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/usr/bin/python3: No module named virtualenv #142
Comments
As a reference for any fixer-uppers: the "new" name of python3 module is (On my side I had to create the venv through my shared web-server's admin setup frontend as their backend ssh was giving me issues in other ways.) |
Hm, on my system both Can you share the exact commands you're running and the errors you're getting? Are you sure you're not pulling in python 2 versions of some of these packages? I think those are still the default on CentOS. |
Hi again! I made it work with different aproach, but I believe it's not the right way. These are the steps I have done:
|
Probably we should update bootstrap_rpm() in bootstrap.sh to install the right packages; It looks like this didn't get updated when we moved the debian version and venv.sh over to python 3. That would allow you to skip installing python3 and pip separately. I just merged a patch from @thousandsofthem that fixes the |
Hi!
I am having problems with installing latest simp_le on centOS linux machine. I run this command: './venv.sh' after 'sudo ./bootstrap.sh' but I got this error:
/usr/bin/python3: No module named virtualenv
. I tried to fix it by installing python 3 by yum and pip so I could install virtualenv but It said that virtualenv already exists and the error remains. Am I doing something wrong?Best regards,
Santino
The text was updated successfully, but these errors were encountered: