Create Virtualenv out of a specific version of python: $ pyenv virtualenv 3.7.2 env_name; Activate your Virtual environment: $ pyenv activate env_name ...
確定! 回上一頁