deepin怎么用virtualenv创建虚拟环境?
Tofloor
poster avatar
qianshui
deepin
2018-05-30 00:06
Author
和Ubuntu中的命令不一样啊,virtualenv -p python3 *** 创建不了虚拟环境啊。提示没有virtualenv 这个命令。

Reply Favorite View the author
All Replies
avatar
187******09
deepin
2018-05-30 00:25
#1
mkvirtualenv
Reply View the author
avatar
v6i6v
deepin
2018-05-30 01:16
#2
安装 pyenv 这个就可以了,不用动系统自带的版本,可以了解下
Reply View the author
avatar
许自强
deepin
2018-05-30 03:02
#3
使用sudo apt install virtualenv安装啊,也可以使用pycharm这个ID E来创建虚拟环境
Reply View the author