Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 1234

Python • Re: pip3 Error Installing Pi3D on Pi 5

$
0
0
See the official documentation re python venv https://www.raspberrypi.com/documentat ... spberry-pi
I usually create a venv with system packages:

Code:

mkdir my_projectcd my_projectpython -m venv --system-site-packages envsource env/bin/activate
To find a file:

Code:

sudo find / -name myfile.py

Statistics: Posted by neilgl — Sun Jan 21, 2024 10:58 am



Viewing all articles
Browse latest Browse all 1234

Trending Articles