Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

ozan temel
5,027 Pointshow to go port 8000
Hello. i am using flask with virtualenv. how can i go to port 8000 in web browser? ubuntu 14.04.
2 Answers

Jason Anders
Treehouse Moderator 145,704 PointsHey Ozan,
In your browser's address bar, enter localhost:8000
and that should work.
:)

David McGarvey
Full Stack JavaScript Techdegree Graduate 27,424 PointsThanks Jason Anders! Your answer connected some major dots for me. I was following Kenneth along in PyCharm and couldn't figure out how to get a preview of the app in a browser. localhost:wooo!
;)
ozan temel
5,027 Pointsozan temel
5,027 PointsThank you very much :))))
Jason Anders
Treehouse Moderator 145,704 PointsJason Anders
Treehouse Moderator 145,704 PointsYou're welcome. :)