ubunut 开发环境配置资源

这篇博客整理了一些常用的科研和开发工具,包括Anaconda、PyCharm、PyTorch、Zotero、Okular等的历史版本链接,以及NVIDIA家族如CUDA、cuDNN、TensorRT的资源。此外,还介绍了Ubuntu下截图工具Flameshot的安装和使用,并提供了国内Pip源的配置方法。对于在Linux环境下进行Python开发和文献管理的用户来说,这些工具的收集和使用方法非常实用。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

写在前边的话

资源每次都要搜,太麻烦,记录一下就好。寻找历史版本的同学请收好

Anaconda

python开发,离开了conda,就没了灵魂。各大历史版本

Index of /https://repo.anaconda.com/archive/

Pycharm

python开发最好用的IDE吧,欢迎找茬。

各大历史版本

Other Versions - PyCharmGet past releases and previous versions of PyCharm.https://www.jetbrains.com/pycharm/download/other.html

Pytorch

Previous PyTorch Versions | PyTorchAn open source machine learning framework that accelerates the path from research prototyping to production deployment.https://pytorch.org/get-started/previous-versions/

ZOTERO

阴差阳错,只能使用ubuntu系统办公,阅读文献真是愁,没了endnote的庇护,只能用zotero了。

Zotero | DownloadsZotero is a powerful, easy-to-use research tool that helps you gather, organize, and analyze sources and then share the results of your research.https://www.zotero.org/download/

okular

ubuntu下文献阅读器,比较好用了。

sudo apt-get install okular

使用方法,主要是F6功能键。

NVIDIA家族

we are 伐木类

cuda CUDA Toolkit Archive | NVIDIA Developer

cudnn  cuDNN Archive | NVIDIA Developer

tensorrt https://developer.nvidia.cn/nvidia-tensorrt-download

flameshot 截图

随时随地,想截就截

安装

sudo apt-get install flameshot

启动

flameshot gui

或者自行设置快捷键  ctrl shift  A

参考 Ubuntu下截图工具推荐_康娜喵的博客-优快云博客_ubuntu截图工具

PIP 国内源

(a)Linux下,修改 ~/.pip/pip.conf (没有就创建一个文件夹及文件。文件夹要加“.”,表示是隐藏文件夹)
内容如下:

[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host = https://pypi.tuna.tsinghua.edu.cn

(b) windows下,直接在user目录中创建一个pip目录,如:C:\Users\xx\pip,然后新建文件pip.ini,即 %HOMEPATH%\pip\pip.ini,在pip.ini文件中输入以下内容(以豆瓣镜像为例):

[global]
index-url = http://pypi.douban.com/simple
[install]
trusted-host = pypi.douban.com
 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值