Skip to content

Commit

Permalink
chore: remove extra commands from v2 getting started page
Browse files Browse the repository at this point in the history
  • Loading branch information
xadahiya committed Jul 19, 2024
1 parent 08b337d commit 3d73e50
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,6 @@ curl https://pyenv.run | bash
Next, add `pyenv` to the bashrc file:

```bash
cd
nano ~/.bashrc
```

Expand Down Expand Up @@ -689,7 +688,6 @@ pyenv install 3.11.5
Execute the commands below to install `pyenv-virtualenv`:

```bash
git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv
echo 'eval "$(pyenv virtualenv-init -)"' >> ~/.bashrc
pyenv virtualenv 3.11.5 ss_lite_multi_311
pyenv local ss_lite_multi_311
Expand Down

0 comments on commit 3d73e50

Please sign in to comment.