mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-16 23:43:44 -05:00
Replaced pyvenv by -m venv
This commit is contained in:
@@ -137,13 +137,13 @@ teardown_virtualenv() {
|
||||
rm -fr "${PYENV_ROOT}/versions/$1"
|
||||
}
|
||||
|
||||
setup_pyvenv() {
|
||||
setup_m_venv() {
|
||||
create_executable "$1" "python"
|
||||
create_executable "$1" "activate"
|
||||
remove_executable "$1" "conda"
|
||||
}
|
||||
|
||||
teardown_pyvenv() {
|
||||
teardown_m_venv() {
|
||||
rm -fr "${PYENV_ROOT}/versions/$1"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user