Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
PietroGriffa committed Apr 8, 2020
1 parent b2464f8 commit 53c3382
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ Then, cd into your `duckietown-world` repository (it should be in the `src` fold


laptop $ cd ~/dt-env-developer/src/duckietown-world
laptop $ python3 -m venv duckietown-world-venv
laptop $ python3.7 -m venv duckietown-world-venv
laptop $ source duckietown-world-venv/bin/activate

Warning: if you create the venv as suggested inside duckietown-world, be very careful not to add it to your git commits.

To verify the version of python running inside the virtual environment run:
To verify the version of Python running inside the virtual environment run:

laptop $ python --version

Expand Down

0 comments on commit 53c3382

Please sign in to comment.