Skip to content

Commit

Permalink
Recreate Python venv and run pip install less often
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Dec 24, 2023
1 parent 78fa97e commit 9f4fdf9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/modules/languages/python.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ let
echo ${package.interpreter} -m venv --upgrade-deps "$VENV_PATH"
${package.interpreter} -m venv --upgrade-deps "$VENV_PATH"
echo "${package.interpreter}" > "$VENV_PATH/.devenv_interpreter"
if [ -n "$requirements" ]
then
echo "${requirements}" > "$VENV_PATH/.devenv_requirements"
fi
fi
source "$VENV_PATH"/bin/activate
Expand Down

0 comments on commit 9f4fdf9

Please sign in to comment.