有关centos7 jumpserver python3虚拟环境搭建的问题

系统版本:CentOS Linux release 7.3.1611 (Core)
python版本:Python 3.6.1
在建立python虚拟环境时,执行:
[root@Linux119 .virtualenvs]# cd /opt
[root@Linux119 opt]# python3 -m venv py3
[root@Linux119 opt]# source /opt/py3/bin/activate
#报错如下:
-bash: _OLD_VIRTUAL_PYTHONHOME: 为绑定变量
-bash: PYTHONHOME: 为绑定变量
-bash: VIRTUAL_ENV_DISABLE_PROMPT: 为绑定变量
-bash: ZSH_VERSION: 为绑定变量

 查了半天没有找到相关的解决方法,请各位大佬指点一下是哪里做错了。

你可能感兴趣的:(linux)