我正在运行带有 Python 3.4.3 的 Ubuntu 14.04 LTS
我想使用 pyvenv 命令,但当我尝试运行时,pyven
我得到了command not found
,如果我尝试,pyvenv-3.4
它会告诉我使用 apt-get 来安装python 3.4
包。我该如何启动并运行 pyvenv?
答案1
答案由 nasser alshammari 于在 Linux Mint 上安装 python3-venv 模块基本上按照 Danny 写的做,然后按上述方式调用模块:
python3 -m venv test