我通过pip安装virtualenv成功后,运行virtualenv test新建虚拟环境,
但是提示错误,没有找到virtualenv命令:
➜ ~ virtualenv test
zsh: command not found: virtualenv
这是怎么回事?
我看网上的资料都是这么安装的啊!
但是我通过apt-get 安装virtualenv就没问题。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
用easy_install 装下试试
很可能没有安装成功,你sudo安装一下