Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] How to install nightly versions in Ubuntu

Hi,
please try whether
 pip install -i https://test.pypi.org/simple/ eclipse-sumo
works for you. The best way to do this is inside a virtual environment.
Something like
$ virtualenv sumo_nightly
$ cd sumo_nightly
$ . bin/activate
$ pip install -i https://test.pypi.org/simple/ eclipse-sumo

works fine here.

Best regards,
Michael

Am 25.09.21 um 10:09 schrieb Jakob Erdmann:
> You can either download/checkout the source and build yourself:
> https://sumo.dlr.de/docs/Installing/Linux_Build.html
> <https://sumo.dlr.de/docs/Installing/Linux_Build.html>
> Or you can add a repository from the open build service and install
> 'sumo_nightly'.
> See
> https://build.opensuse.org/package/show/home:behrisch/sumo_nightly
> <https://build.opensuse.org/package/show/home:behrisch/sumo_nightly>
> https://openbuildservice.org/help/manuals/obs-user-guide/art.obs.bg.html#sec.obsbg.uc.install-from-obs
> <https://openbuildservice.org/help/manuals/obs-user-guide/art.obs.bg.html#sec.obsbg.uc.install-from-obs>
> 
> Am Sa., 25. Sept. 2021 um 08:39 Uhr schrieb Usama Shahdah
> <usama.elrawy@xxxxxxxxx <mailto:usama.elrawy@xxxxxxxxx>>:
> 
>     Hi everyone, 
> 
>     How to install nightly versions in Ubuntu?
> 
>     Thanks in advance.
> 
> 
>     _______________________________________________
>     sumo-user mailing list
>     sumo-user@xxxxxxxxxxx <mailto:sumo-user@xxxxxxxxxxx>
>     To unsubscribe from this list, visit
>     https://www.eclipse.org/mailman/listinfo/sumo-user
>     <https://www.eclipse.org/mailman/listinfo/sumo-user>
> 
> 
> _______________________________________________
> sumo-user mailing list
> sumo-user@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
> 



Back to the top