Skip to content

Commit

Permalink
fix pth
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Feb 20, 2025
1 parent 877ab95 commit a934d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/zsh/conda.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ alias cer() {
pth() {
if [ -n "$CONDA_PREFIX" ]; then
local PTH_FILE="$(python -c "import site; print(site.getsitepackages()[0])")/my.pth"
echo "$CWD" >>"$PTH_FILE"
echo "$(pwd)" >>"$PTH_FILE"
else
echo "No conda environment is activated." >&2
fi
Expand Down

0 comments on commit a934d67

Please sign in to comment.