Python: extract venv var to reuse it between modules

GitOrigin-RevId: d04c02a9cab979b86a2b97a13edc834f883025be
This commit is contained in:
Ilya.Kazakevich
2025-01-28 02:38:58 +01:00
committed by intellij-monorepo-bot
parent 4618dc40b0
commit 0ef4f9cb65
3 changed files with 13 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.jetbrains.python
import org.jetbrains.annotations.ApiStatus.Internal
@Internal
const val VIRTUALENV_ZIPAPP_NAME: String = "virtualenv-20.24.5.pyz"