使用 virtualenv / virtualenvwrapper 在特定目录中创建 virtualenv

flo*_*urr 5 python virtualenv virtualenvwrapper

有没有一种方法可以使用 virtualenv / virtualenvwrapper 在特定目录(即当前目录)中创建 virtualenv 文件夹,而不是默认文件夹(即,WORKON_HOME)。

相当于:

$ python -m venv env # this creates the folder `env` in the current path
Run Code Online (Sandbox Code Playgroud)

lra*_*eng 7

用于virtualenv /pathto/env此。