Skip to content

Commit

Permalink
Correct formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Nov 26, 2024
1 parent 6715a03 commit b809fc5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions share/doc/python-emacs-setup.org
Original file line number Diff line number Diff line change
Expand Up @@ -420,10 +420,11 @@ Here’s a basic example of how to set up ~direnv~ for a Python project:
export VIRTUAL_ENV=.venv
layout python3
#+end_src
2. Enable ~direnv~ for this directory:
#+begin_src shell
direnv allow
#+end_src

2. Enable ~direnv~ for this directory:
#+begin_src shell
direnv allow
#+end_src

From this point on, commands like ~command -v python~ or ~type -a python~
will point to the local Python version specified in your project.
Expand Down

0 comments on commit b809fc5

Please sign in to comment.