python venv 虚拟环境 window ubuntu
Ubuntu 20 Python3创建虚拟环境venv
https://www.cnblogs.com/v5captain/p/14274836.html
https://www.cnblogs.com/52note/p/15236594.html
Torch 0.3.0 linux版本
pip install torch==0.3.0
-f https://download.pytorch.org/whl/cu80/torch-0.3.0-cp36-cp36m-linux_x86_64.whl
https://blog.csdn.net/Wendy019900107/article/details/82150431
Python3.7 虚拟环境
apt-get install python3.7
apt-get install python3.7-venv
python3.7 -m venv ~/fastText
source ./fastText/bin/activate
安装fasttext
git clone https://github.com/facebookresearch/fastText.git
cd fastText
pip install .
Ubuntu 安装gcc
https://www.linuxidc.com/Linux/2019-06/159059.htm
Ubuntu安装python3.7-dev
https://blog.csdn.net/weixin_33851604/article/details/85996353
获取cooking数据
https://blog.csdn.net/feilong_csdn/article/details/88655927