mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-03 14:18:16 -06:00
Update Migrating-to-Python3
This commit is contained in:
parent
56e6b06b16
commit
cacd32e922
@ -1,12 +1,12 @@
|
|||||||
# Migration
|
# Migration
|
||||||
Remove Python 2 packages
|
Remove Python 2 packages
|
||||||
```no-highlight
|
```no-highlight
|
||||||
# apt-get remove --purge -y python-dev python-pip libxml2-dev libxslt1-dev libffi-dev graphviz libpq-dev libssl-dev zlib1g-dev
|
# apt-get remove --purge -y python-dev python-pip
|
||||||
```
|
```
|
||||||
|
|
||||||
Install Python 3 packages
|
Install Python 3 packages
|
||||||
```no-highlight
|
```no-highlight
|
||||||
# apt-get install -y python3 python3-dev python3-pip libxml2-dev libxslt1-dev libffi-dev graphviz libpq-dev libssl-dev zlib1g-dev
|
# apt-get install -y python3 python3-dev python3-pip
|
||||||
```
|
```
|
||||||
|
|
||||||
Install Python Packages
|
Install Python Packages
|
||||||
|
Loading…
Reference in New Issue
Block a user