Skip to content

Commit

Permalink
upgrade pip on install
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Dec 18, 2023
1 parent e1b1d28 commit 45ac89c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/languages/python.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ let
${lib.optionalString cfg.poetry.enable ''
[ -f "${config.env.DEVENV_STATE}/poetry.lock.checksum" ] && rm ${config.env.DEVENV_STATE}/poetry.lock.checksum
''}
echo ${package.interpreter} -m venv "$VENV_PATH"
${package.interpreter} -m venv "$VENV_PATH"
echo ${package.interpreter} -m venv --upgrade-deps "$VENV_PATH"
${package.interpreter} -m venv --upgrade-deps "$VENV_PATH"
echo "${package.interpreter}" > "$VENV_PATH/.devenv_interpreter"
fi
source "$VENV_PATH"/bin/activate
Expand Down

0 comments on commit 45ac89c

Please sign in to comment.