TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Python development on Ubuntu best practices

1 点作者 backslash_16将近 7 年前
I&#x27;m typically a developer on Windows, and I&#x27;ve done a decent amount of Python on Windows.<p>My workflow is I install the version of Python needed, we&#x27;re on 3.5&#x2F;3.6 so we stay pretty current, then use venv and install all my dependencies.<p>When using Linux I&#x27;ve read I really don&#x27;t want to use my system Python, even if it happens to be the correct version.<p>With Ubuntu specifically, and its package manager, how do I install a different version of Python or how do I de-couple Python from the OS?<p>It would be simple to create some sort of virtual environment and install the requirements inside it but I want to make sure I&#x27;m doing the right thing from the start.

1 comment

gigatexal将近 7 年前
Vscode works really well with pipenv— that’s how we use it at our startup. Though you might like the end to end support of something like pyCharm.
评论 #17290776 未加载