mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-16 23:02:07 +08:00
ubuntu_setup: fix No module apt_pkg error when setting up (#32526)
* no apt_pkg fix * check arch * fix if * cleanup * reorder * increase shm size for selfdrive tests * add comment explaining reinstall * refine old-commit-hash: f4322666c6adc4dd2da569f483f6e108f18fe32a
This commit is contained in:
committed by
GitHub
parent
3ad7205042
commit
f90655a1ff
@@ -15,7 +15,10 @@ export MAKEFLAGS="-j$(nproc)"
|
||||
|
||||
|
||||
echo "update pip"
|
||||
if [ ! -z "\$VIRTUAL_ENV_ROOT" ] || [ ! -z "$INSTALL_DEADSNAKES_PPA" ] ; then
|
||||
if [ ! -z "$VIRTUAL_ENV_ROOT" ] || [ ! -z "$INSTALL_DEADSNAKES_PPA" ] ; then
|
||||
if [ -z "$VIRTUAL_ENV_ROOT" ]; then
|
||||
export VIRTUAL_ENV_ROOT="venv"
|
||||
fi
|
||||
python3 -m venv --system-site-packages $VIRTUAL_ENV_ROOT
|
||||
source $VIRTUAL_ENV_ROOT/bin/activate
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user