We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed2705b + 61a29ea commit 2a7ec25Copy full SHA for 2a7ec25
scripts/_venv.sh
@@ -45,7 +45,7 @@ function _venv_deactivate() {
45
}
46
47
function _venv_create() {
48
- local python_version=`cat .python-version`
+ local python_version=$(cat .python-version | cut -d'.' -f1-2)
49
python${python_version} -m venv --upgrade-deps .venv
50
_venv_activate
51
pip install -r requirements.txt
0 commit comments