Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit 06188f6

Browse files
committed
Fix autocomplete instructions
1 parent 50baea2 commit 06188f6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ Getting Started
2020
3. Enable autocomplete:
2121

2222
Add following to your `.bashrc` (or `.zshrc`) to enable autocomplete anytime you activate your shell.
23+
If paperspace-python was installed in a virtual environment, the following has to be added to the `activate` script:
2324

24-
`eval "$(_PAPERSPACE_PYTHON_COMPLETE=source paperspace-python)"`
25-
26-
For other shell (eg. `zsh` or `fish`), use proper version of `source` (`source_zsh` and `source-fish` respectively)
27-
28-
Alternatively, you can create activation script by:
25+
`eval "$(_PAPERSPACE_PYTHON_COMPLETE=source paperspace-python)"`
26+
27+
Alternatively, you can create activation script by:
2928

3029
`(_PAPERSPACE_PYTHON_COMPLETE=source paperspace-python) > ~/paperspace_complete.sh`
3130

0 commit comments

Comments
 (0)