首页 >

mac怎么设置virtual自适应 – python – 前端,python3 多个返回值

python开发案例,python实现乘法,python是什么蛇,python获取程序控件,python变量中间的点,python 句柄,python式,opencv裁剪python,python的cookiesjar,python 操作 txt,python3 多个返回值mac怎么设置virtual自适应 - python - 前端,python3 多个返回值首先:创建一个 目录

在终端输入:mkdir ~/.workspace

第一步:pip3 install virtualenv

命令中输入 virtualenv验证安装是否成功

第二步 :pip3 install virtualenvwrapper (Virtaulenvwrapper是virtualenv的扩展包)

第三步: 确认 命令所在位置

which virtualenvwrapper.sh

which python3

第四步: vim ~/.bash_profile

写入 :

export WORKON_HOME='~/.workspace' 虚拟环境储存位置

export VIRTUALENVWRAPPER_PYTHON= 'xxxx' python3 所在位置

source xxxxxxx virtualenvwrapper.sh 所在位置

esc 后 输入 : x 保存退出

命令中输入 source ~/.bash_profile

第五步: 创建虚拟环境

mkvirtualenv xxxx 你的虚拟环境名

常用命令 :

workon 选择虚拟环境

deactivate 退出虚拟环境

lsvirtualenv -b 列出虚拟环境

lssitepackages 列出安装的包

cpvirtualenv xxx yyy 复制虚拟环境

rmvirtualenv 删除虚拟环境


mac怎么设置virtual自适应 - python - 前端,python3 多个返回值
  • python和pygame是什么关系 - python - 前端,python 计算奇数
  • python和pygame是什么关系 - python - 前端,python 计算奇数 | python和pygame是什么关系 - python - 前端,python 计算奇数 ...

    mac怎么设置virtual自适应 - python - 前端,python3 多个返回值
  • python素数判断方法 - python - 前端,python 分类算法
  • python素数判断方法 - python - 前端,python 分类算法 | python素数判断方法 - python - 前端,python 分类算法 ...

    mac怎么设置virtual自适应 - python - 前端,python3 多个返回值
  • Python中逗号算字符吗 - python - 前端,python 显示百分比
  • Python中逗号算字符吗 - python - 前端,python 显示百分比 | Python中逗号算字符吗 - python - 前端,python 显示百分比 ...