2017-08-03 99 views
0

所以我安裝Python 3.6並設置它的環境路徑如下: C:\Users\danny\AppData\Local\Programs\Python\Python36-32\python virtualenv設置路徑後不工作

當我嘗試創建虛擬環境(例如virtualenv Venv)時,它無法正常工作。我得到錯誤:

" The term 'virtualenv' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again."

路徑設置正確。我不知道什麼是錯的。

+0

有你安裝的virtualenv?嘗試安裝一次virtualenv,然後嘗試 – Exprator

+0

你是如何設置路徑的? –

+0

忘了安裝它。它的工作,謝謝。 –

回答

1

檢查它是否是工作或沒有

virtualenv -p python3 envname