Skip to content

env::venv::create

create(path: String)

ParameterTypeDescription
pathStringWhere the environment should be created, including the name of the new folder

Creates a new Python virtual environment.

Returns

(nil)