This article was last updated on 2024-03-17, 683 days ago. If content or image links are invalid, please leave feedback.
python中配置环境变量
python 代码中配置环境变量
import os
os.environ['PATH'] += ':/your/new/path'
jupyter中配置环境变量
%env NUPLAN_DATA_ROOT=/root/autodl-tmp/nuplan/dataset
%env NUPLAN_EXP_ROOT=/hy-tmp/nuplan/exp
%env NUPLAN_MAPS_ROOT=/root/autodl-tmp/nuplan/dataset/mapspython中配置环境变量
https://556799.xyz/archives/1703903995430
Comments