Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

PyCharm

So I am using the PyCharm IDE from Jetbrains and I am complete newbie. Can I replace the local python environment with PyCharm?

3 Answers

Kenneth Love
STAFF
Kenneth Love
Treehouse Guest Teacher

I don't really know much about PyCharm, actually. By "replace" do you mean use a custom Python environment instead of the system-wide one? I know PyCharm can integrate with virtualenv. Maybe that's the approach to take?

Yes, I mean to use a custom Python environment instead of the system-wide one. Is there any down sides of using it instead of the system-wide one, because what I think is instead of all the installing and pip stuff that I have to do to get started coding in python it would be easier just to use PyCharm as it has everything that I need including plug-ins.

Kenneth Love
STAFF
Kenneth Love
Treehouse Guest Teacher

If PyCharm can do everything you need, there's no advantage to using the system Python while developing. Just make sure you can control the Python version (should be 3.3+) and that you don't have to worry about package versions conflicting.