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
- virtualenv-ppython3venv報錯Python
- Mac之telnet報錯-bash: telnet: command not foundMac
- macOS在virtualenv中使用wxPython報錯MacPython
- Python Virtualenv 介紹Python
- Linux Shell執行source或.命令報錯'bash: ..: command not found'Linux
- virtualenv管理Python環境Python
- Mac -bash: mysql: command not foundMacMySql
- -bash :gradlew command not foundGradle
- bash: hadoop: command not foundHadoop
- Python之 Virtualenv簡明教程Python
- python虛擬環境--virtualenvPython
- Python--Virtualenv簡明教程Python
- Linux:-bash: tree: command not foundLinux
- Linux:-bash: unzip: command not foundLinux
- centos 7 -bash: mysql: command not foundCentOSMySql
- python virtualenv虛擬環境搭建Python
- python的虛擬環境virtualenvPython
- 使用pipenv代替virtualenv管理python包Python
- Python 之 沙盒環境--virtualenvPython
- 安裝virtualenv 2
- 【Python】virtualenv搭建python開發環境Python開發環境
- 建立python虛擬環境virtualenv錯誤怎麼解決?Python
- Python 工程管理及 virtualenv 的遷移Python
- python開發之virtualenv與virtualenvwrapperPythonAPP
- python 虛擬環境 virtualenv virtualenvwrapperPythonAPP
- python3安裝和使用virtualenvPython
- Virtualenv + SublimeText 的Python開發環境Python開發環境
- bash: lspci: command not found解決方法
- bash: ssh-copy-id: command not found...
- centos搭建virtualenv環境CentOS
- python多環境管理一(venv與virtualenv)Python
- Python虛擬環境virtualenv建立和使用Python
- 使用virtualenv搭建獨立的Python環境Python
- 解決bash: mysql: command not found的問題MySql
- 【Python學習筆記】-虛擬環境virtualenvPython筆記
- -bash: XXX: command not found解決辦法