Skip to content

Commit 1fb1849

Browse files
authored
Merge pull request #103317 from changeworld/patch-3
Fix typo
2 parents 7346e8f + 4e88bf7 commit 1fb1849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/synapse-analytics/spark/apache-spark-azure-portal-add-libraries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ To learn more about these capabilities, see [Manage Spark pool packages](./apach
7070
Please follow the steps below if you have trouble to identify the required dependencies:
7171

7272
- **Step1: Run the following script to set up a local Python environment same with Synapse Spark environment**
73-
The setup script requires [Synapse-Python38-CPU.yml](https://github.com/Azure-Samples/Synapse/blob/main/Spark/Python/Synapse-Python38-CPU.yml) which is the list of libraries shipped in the default python env in Synapse spark.
73+
The setup script requires [Synapse-Python38-CPU.yml](https://github.com/Azure-Samples/Synapse/blob/main/Spark/Python/Synapse-Python38-CPU.yml) which is the list of libraries shipped in the default Python env in Synapse spark.
7474

7575
```powershell
76-
# one-time synapse python setup
76+
# one-time synapse Python setup
7777
wget Synapse-Python38-CPU.yml
7878
sudo bash Miniforge3-Linux-x86_64.sh -b -p /usr/lib/miniforge3
7979
export PATH="/usr/lib/miniforge3/bin:$PATH"

0 commit comments

Comments
 (0)