Networking-Forums.com

Professional Discussions => Programming Goodies and Software-Defined Networking => Topic started by: icecream-guy on May 01, 2018, 06:34:50 AM

Title: Python Environment
Post by: icecream-guy on May 01, 2018, 06:34:50 AM
(https://imgs.xkcd.com/comics/python_environment.png)
Title: Re: Python Environment
Post by: deanwebb on May 01, 2018, 09:04:50 AM
Looks about right.

Even more mess on Windows boxes...

:oracle:
Title: Re: Python Environment
Post by: wintermute000 on May 01, 2018, 06:40:18 PM
What I've learnt is
1.) install everything via apt-get/yum

OR

1.) install everything via pip

OR

1.) install virtualenv
2.) do everything via pip in virtualenv

Do not mix
Title: Re: Python Environment
Post by: deanwebb on May 02, 2018, 10:05:44 AM
Do not mix, and do not install on Windows. :smug:
Title: Re: Python Environment
Post by: Dieselboy on June 03, 2018, 03:35:17 AM
I've had the most success with virtualenv. That way I can use bash.exe (ubuntu in windows) and run concurrent projects.

I definitely sympathise with the OP though