mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update doc/topics/development/contributing.rst
Co-authored-by: Lukas Raska <lukas@raska.me>
This commit is contained in:
parent
0f2c207b00
commit
d42251a4f8
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ Now add pyenv to your ``.bashrc``:
|
|||
|
||||
::
|
||||
|
||||
export PATH="$HOME/.pyenv/bin:$PATH" >> ~/.bashrc
|
||||
echo 'export PATH="$HOME/.pyenv/bin:$PATH"' >> ~/.bashrc
|
||||
pyenv init 2>> ~/.bashrc
|
||||
pyenv virtualenv-init 2>> ~/.bashrc
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue