We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b2b026 + 93901ed commit 61a29eaCopy full SHA for 61a29ea
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