Skip to content

Commit ec6de22

Browse files
author
Roman
committed
improve script
1 parent 5d5e098 commit ec6de22

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

scripts/install.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,10 @@ linux_install_python() {
8787
}
8888

8989
linux_update_pip() {
90-
PYTHONPATH=$(which $python)
91-
ohai "You are using python@ $PYTHONPATH$"
92-
ohai "Installing python tools"
93-
$python -m pip install --upgrade pip
90+
ohai "Skipping pip upgrade in system Python (PEP 668). Will upgrade inside virtual environment."
9491
}
9592

93+
9694
linux_install_bittensor() {
9795
ohai "Cloning bittensor@master into ~/.bittensor/bittensor"
9896
mkdir -p ~/.bittensor/bittensor

0 commit comments

Comments
 (0)