- 博客(5)
- 收藏
- 关注
原创 aptyuan
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to# newer versions of the distribution.deb http://ports.ubuntu.com/ubuntu-ports/ bionic main restricted# deb-src http://ports.ubuntu.com/ubuntu-ports/ bionic main restricted## Major
2023-09-16 19:28:08
56
3
原创 serdty
要将Python 3.7.4与您的Virtualenv环境中的包关联起来,您可以通过设置PYTHONPATH环境变量来实现。现在,您的Python 3.7.4应该能够使用Virtualenv环境中的包。3. 打开您的bash配置文件(例如,~/.bashrc或~/.bash_profile)。将 `<virtualenv_directory>` 替换为您Virtualenv环境的路径。将 `$VIRTUAL_ENV` 替换为您在步骤2中获得的Virtualenv环境的路径。5. 保存文件并关闭编辑器。
2023-08-11 10:16:47
83
2
原创 是DVD温度
如果在虚拟环境中输入 `python --version` 显示的是 Python 3.7.4,但运行 `python` 命令时仍然进入了 Python 3.6.9 的解释器,可能是因为系统中的默认 python 命令仍指向 Python 3.6.9。现在,当您运行 `python` 命令时,应该进入 Python 3.7.4 的解释器。现在,当您运行 `python` 命令时,应该进入 Python 3.7.4 的解释器。**方式一:修改虚拟环境的Python链接****方式二:使用别名**
2023-08-11 09:59:34
49
1
原创 威尔泰ryqwert
请注意,这些步骤假设您已经在Jetson Nano上正确安装了Python 3.7.4的依赖项,并且已经下载并解压缩了Python 3.7.4的源代码。确保按照官方文档或相关资源的指导进行操作,并根据需要进行适当的调整。5. 现在您可以在激活的虚拟环境中使用Python 3.7.4和pip。这将在Jetson Nano上编译和安装Python 3.7.4,并启用共享库。1. 在Jetson Nano上安装Python 3.7.4的依赖项。2. 下载并编译Python 3.7.4的源代码。
2023-08-11 08:47:38
107
1
原创 fghjkl
wget https://nvidia.box.com/shared/static/p57jwntv436lfrd78inwl7iml6p13fzh.whl -O torch-1.9.0-cp36-cp36m-linux_aarch64.whlsudo apt-get install python3-pip libopenblas-base libopenmpi-dev libomp-devpip3 install Cythonpip3 install numpy torch-1.9.0-cp36-c
2023-08-08 10:26:07
117
5
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人