Skip to content

Commit

Permalink
I said,
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmot committed Aug 17, 2024
1 parent b10dba6 commit 83b0ee7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ stdenv.mkDerivation {
];

shellHook = ''
source $(command -v virtualenvwrapper.sh)
export LD_LIBRARY_PATH="${lib.getLib stdenv.cc.cc}/lib:$LD_LIBRARY_PATH"
if ! [ -d ".venv" ]; then
python -m venv .venv
Expand Down

0 comments on commit 83b0ee7

Please sign in to comment.