python virtualenv報錯-bash: virtualenv: command not found
在python安裝完virtualenv,呼叫命令報錯,找不到對應的命令。
# 使用的是CentOS 6.3版本,之前在其他新的Linux版本沒有發現這個問題。
# 解決方法,使用完整路徑來建立虛擬環境。
-
[root@mysql-server ~]# virtualenv
-
-bash: virtualenv: command not found
-
-
[root@mysql-server ~]# find / -name virtualenv
-
-
/usr/local/python36/bin/virtualenv
# 使用的是CentOS 6.3版本,之前在其他新的Linux版本沒有發現這個問題。
# 解決方法,使用完整路徑來建立虛擬環境。
-
[root@mysql-server data1]# /usr/local/python36/bin/virtualenv venv4archer
-
Using base prefix '/usr/local/python36'
-
New python executable in /data1/venv4archer/bin/python3.6
-
Also creating executable in /data1/venv4archer/bin/python
-
Installing setuptools, pip, wheel...done.
-
-
[root@mysql-server ~]# cat /etc/redhat-release
- CentOS release 6.3 (Final)
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26506993/viewspace-2157241/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- CentOS 已安裝virtualenv, 但還是報錯誤 bash: virtualenv: command not foundCentOS
- 【linux報錯】-bash: xhost: command not foundLinux
- -bash: id: command not found -bash: tty: command not found
- Mac之telnet報錯-bash: telnet: command not foundMac
- virtualenv-ppython3venv報錯Python
- macOS在virtualenv中使用wxPython報錯MacPython
- virtualenv
- virtualenv管理Python環境Python
- Linux:-bash: tree: command not foundLinux
- Linux:-bash: unzip: command not foundLinux
- Mac -bash: mysql: command not foundMacMySql
- Python之 Virtualenv簡明教程Python
- centos 7 -bash: mysql: command not foundCentOSMySql
- python的虛擬環境virtualenvPython
- 使用pipenv代替virtualenv管理python包Python
- python開發之virtualenv與virtualenvwrapperPythonAPP
- python virtualenv虛擬環境搭建Python
- bash: lspci: command not found解決方法
- 建立python虛擬環境virtualenv錯誤怎麼解決?Python
- Python 工程管理及 virtualenv 的遷移Python
- -bash: XXX: command not found解決辦法
- bash: ssh-copy-id: command not found...
- python多環境管理一(venv與virtualenv)Python
- 解決bash: mysql: command not found的問題MySql
- 【Python學習筆記】-虛擬環境virtualenvPython筆記
- Linux下使用 virtualenv 虛擬獨立 Python 環境LinuxPython
- Python系列之-Nginx+uWSGI+virtualenv多專案部署PythonNginx
- ubuntu18 沒有 where 命令 -bash: where: command not foundUbuntu
- 簡單介紹python虛擬環境 virtualenv的使用Python
- 【Python 筆記】在Windows下使用virtualenv管理python虛擬環境Python筆記Windows
- 一篇文章完全理解virtualenv
- Python虛擬環境工具-Virtualenv 介紹及部署記錄Python
- python3.5上使用virtualenv建立虛擬環境的坑Python
- 通過virtualenv安裝指定版本的python的虛擬環境Python
- 列出 查 virtualenv 建立的虛擬環境
- nodemon: command not found
- pip: command not found
- [Bash] Kill command