docs icon indicating copy to clipboard operation
docs copied to clipboard

Update installing-from-source.rst

Open mindflowgo opened this issue 1 year ago • 0 comments

Adjusting the paths for venv, zsh was wrong, I'm assuming other 2 require similar changes.


:rocket: This description was created by Ellipsis for commit a4b5f1646048c5ca3d4a1f6d1351642e217ac942

Summary:

Updated virtual environment activation paths in src/installing-from-source.rst to use the home directory instead of the current directory.

Key points:

  • Updated src/installing-from-source.rst to change virtual environment activation paths.
  • For bash/zsh users, changed source ./venv/bin/activate to source ~/.venv/bin/activate.
  • For Windows git bash users, changed source ./venv/Scripts/activate to source ~/.venv/Scripts/activate.
  • For fish users, changed source ./venv/bin/activate.fish to source ~/.venv/bin/activate.fish.

Generated with :heart: by ellipsis.dev

mindflowgo avatar Jul 16 '24 07:07 mindflowgo