Skip to content

Commit

Permalink
Update Readme - virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
pnhofmann committed Dec 28, 2023
1 parent 51ae5ff commit aae6efc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,9 @@ Solution:<br>

**Question**: After cloning the repo in terminal it gives an error when running python3 installer saying please install virtual environemnt
**Solution**:
- Make sure you are correctly navigated into javis directory
- Install virtual env using this command "python3 -m pip install virtualenv"
- create the virtual env using the command "python3 -m virtualenv venv"
- Activate the virtual env using the below command
macOS: source venv/bin/activate
windows: venv\Scripts\activate
This should resolve the "virtualenv" related issue
- OR: On Linux use package manager (e.g. Ubuntu sudo apt install python3-venv)
- Restart Installer


If you find other issues and/or have found solutions to them on any platform, please consider adding to this list!
Expand Down

0 comments on commit aae6efc

Please sign in to comment.