I got following error
E: Unable to locate package python-devel
E: Unable to locate package python3-devel
E: Unable to locate package python3-virtualen

when I tried to execute the command  sudo apt-get install python-setuptools
python-devel python-virtualenv python3-devel python3-virtualenv git bzr gcc
nano

I cannot python3 virtual env ...

Please help


On Sat, Mar 7, 2015 at 2:32 PM, Rajiv Sharma <
rajiv.tilakraj.sha...@gmail.com> wrote:

> Sorry abhilash, next time I will make sure I include the stack trace along
> with the commands. Yes, setuptools.py is installed in my virtual
> environment and I specified the python3.4 path with the -p argument while
> creating the virtual env to install mailman.
>
> Turns out my virtualenv had setuptools for python 2.7 and hence I was
> getting module already installed message on running apt-get or pip install.
> The solution to this is either:
> Sudo apt-get install python3-setuptools
> Or:
> Sudo pip install setuptools-3.4.py (or something similar mentioning the
> version of setup tools)
>
> Hope this helps others.
>
> Thank you
> Rajiv Sharma
>



-- 
Regards,
Nil madhab Mondal
Web team Head, Kshitij
Technology Students Gymkhana
Indian Institute of Technology, Kharagpur
_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
https://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to