-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Setup via make doesn't fully work with a fresh Ubuntu 22 VM (installed via Windows Subsystem for Linux 2).
I got a number of errors and was able to resolve them to be able to get jupyter-notebook running. None of the notebooks have been tested yet.
Error message (there were more than 1):
arpanio@DESKTOP-CF2G2MB:~/projects/toronto-bids$ make run-jupyter-notebook
python3.9 -m venv venv
Error: Command '['/home/arpanio/projects/toronto-bids/venv/bin/python3.9', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.
make: *** [Makefile:23: venv] Error 1
Steps to resolve with the links that worked for me (may not be exhaustive as I didn't keep good notes while working on this):
- Setup Python 3.9. The current default version that ships with Ubuntu is 3.10.
- Setup pip for python 3.9.
- Install Google Chrome
Can we incorporate all of this setup into make?